LEADTOOLS (Leadtools assembly)

ColorRef Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.