IASCrossHairs::get_CrossHairColor

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

Syntax

HRESULT get_CrossHairColor( OLE_COLOR *pclr );

Parameters

pclr
[out] Pointer to the cross hair color.

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