IASCrossHairs::put_CrossHairColor

This method sets the color of both axes of the cross hair itself.

Syntax

HRESULT put_CrossHairColor( OLE_COLOR clr );

Parameters

clr
[in] Color of both axes of the cross hair itself.

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