IASCrossHairs::get_CrossHairHiliteColor

This method gets the color of the cross hair axes when the axes are highlighted.

Syntax

HRESULT get_CrossHairHiliteColor( OLE_COLOR *pclr );

Parameters

pclr
[out] Pointer to the cross hair highlight 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