Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToArgb Method (RasterColor)








Gets a 32-bit value representation of this RasterColor structure.
Syntax
public int ToArgb()
'Declaration
 
Public Function ToArgb() As Integer
'Usage
 
Dim instance As RasterColor
Dim value As Integer
 
value = instance.ToArgb()
public int ToArgb()
 function Leadtools.RasterColor.ToArgb()
public:
int ToArgb(); 

Return Value

A 32-bit value representation of this RasterColor structure.
Remarks
The byte ordering this method returns is AARRGGBB.
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file