Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ColorRef Method








The RasterColor object.
A hexadecimal value that represents an RGB color.
Syntax
public static uint ColorRef( 
   RasterColor color
)
'Declaration
 
Public Shared Function ColorRef( _
   ByVal color As RasterColor _
) As UInteger
'Usage
 
Dim color As RasterColor
Dim value As UInteger
 
value = RasterColorHelper.ColorRef(color)
public static uint ColorRef( 
   RasterColor color
)
 function Leadtools.RasterColorHelper.ColorRef( 
   color 
)
public:
static uint ColorRef( 
   RasterColor color
) 

Parameters

color
The RasterColor object.

Return Value

A 32-bit value representation of this RasterColor structure.
Requirements

Target Platforms

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

Error processing SSI file