C#
VB
C++
Gets a Windows COLORREF color representation of this color.
[CLSCompliantAttribute(false)]
public uint ColorRef { get; }
<CLSCompliantAttribute(False)>
Public ReadOnly Property ColorRef As UInteger
[CLSCompliantAttribute(false)]
public:
property uint ColorRef {
uint get();
}
A Windows COLORREF color representation of this color.
The return value is a 32-bit unsigned integer in the following hexadecimal form:
0x00bbggrr
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