IColor::RGB Property

From PDF XChange PDF SDK
Revision as of 07:53, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property RGB of interface IColor returns/sets Value of ULONG ...

Syntax

HRESULT get_RGB([out, retval]  ULONG*  pRGB);
HRESULT put_RGB([in]  ULONG  pRGB);

See Also

IColor