Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ColorRef Property








Gets a Windows COLORREF color representation of this color.
Syntax
[CLSCompliantAttribute(false)]
public uint ColorRef {get;}
'Declaration
 
<CLSCompliantAttribute(False)>
Public ReadOnly Property ColorRef As UInteger
'Usage
 
Dim instance As RasterColor
Dim value As UInteger
 
value = instance.ColorRef
[CLSCompliantAttribute(false)]
public uint ColorRef {get;}
CLSCompliantAttribute()
 get_ColorRef(); 
[CLSCompliantAttribute(false)]
public:
property uint ColorRef {
   uint get();
}

Property Value

A Windows COLORREF color representation of this color.
Remarks

The return value is a 32-bit unsigned integer in the following hexadecimal form:

0x00bbggrr

Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file