This document is archived and information here might be outdated. Recommended version. |
The blue component of an IRgbColor (0-255).
[Visual Basic .NET] Public Property Blue As Integer
[C#] public int Blue {get; set;}
[C++]
HRESULT get_Blue(
long Blue
);
[C++]
HRESULT put_Blue(
System.Int32* Blue
);
[C++]
Parameters Blue [in]
Blue is a parameter of type long Blue [out, retval]
Blue is a parameter of type long*