IASCrossHairs::get_CrossHairBoxColor

This method gets the color of the box in the middle of the cross hair.

Syntax

HRESULT get_CrossHairBoxColor( OLE_COLOR *pclr );

Parameters

pclr
[out] Pointer to the color of the box in the middle of the cross hair.

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