IASCrossHairs::put_AxisColor

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

Syntax

HRESULT put_AxisColor( OLE_COLOR clr );

Parameters

clr
[in] 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 RGB macro to set the components of clr before passing clr to the method.

See Also

RGB