LEADTOOLS (Leadtools assembly)

ToArgb Method (RasterColorHelper)

Show in webframe







The raster color object.
Gets a 32-bit value representation of this RasterColor structure.
Syntax
public static int ToArgb( 
   RasterColor color
)
'Declaration
 
Public Shared Function ToArgb( _
   ByVal color As RasterColor _
) As Integer
'Usage
 
Dim color As RasterColor
Dim value As Integer
 
value = RasterColorHelper.ToArgb(color)
public static int ToArgb( 
   RasterColor color
)

            

            
 function Leadtools.RasterColorHelper.ToArgb( 
   color 
)
public:
static int ToArgb( 
   RasterColor color
) 

Parameters

color
The raster color object.

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

RasterColorHelper Class
RasterColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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