C#
VB
C++
Creates a new RasterColor object from a Windows COLORREF representation.
[CLSCompliantAttribute(false)]
public static RasterColor FromColorRef(
uint value
)
<CLSCompliantAttribute(False)>
Public Shared Function FromColorRef( _
ByVal value As UInteger _
) As Leadtools.RasterColor
[CLSCompliantAttribute(false)]
public:
static Leadtools.RasterColor FromColorRef(
uint value
)
value
A Windows COLORREF representation of a color.
The created RasterColor.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET