IASCrossHairs::get_AxisColor

This method gets the color used to draw the x-axis and the y-axis displayed in the cross hairs control.

Syntax

HRESULT get_AxisColor( OLE_COLOR *pclr );

Parameters

pclr
[out] Pointer to the color of the x-axis and the y-axis displayed in the cross hairs control.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.

See Also

GetRValue, GetGValue, GetBValue