Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterColor Structure : FromColorRef Method |
[CLSCompliantAttribute(false)] public static RasterColor FromColorRef( uint value )
'Declaration
<CLSCompliantAttribute(False)> Public Shared Function FromColorRef( _ ByVal value As UInteger _ ) As RasterColor
'Usage
Dim value As UInteger Dim value As RasterColor value = RasterColor.FromColorRef(value)
[CLSCompliantAttribute(false)] public static RasterColor FromColorRef( uint value )
CLSCompliantAttribute() function Leadtools.RasterColor.FromColorRef( value )
[CLSCompliantAttribute(false)] public: static RasterColor FromColorRef( uint value )
A Windows COLORREF contains the color the following hexadecimal form:
0x00bbggrr
This value will retrieve the values and set them in the B, G and R properties.