LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ToRgb Method (RasterColorHelper)






The raster color object.
Gets a 32-bit value representation of this RasterColor structure. .NET support WinRT support
Syntax
public static int ToRgb( 
   RasterColor color
)
'Declaration
 
Public Shared Function ToRgb( _
   ByVal color As RasterColor _
) As Integer
'Usage
 
Dim color As RasterColor
Dim value As Integer
 
value = RasterColorHelper.ToRgb(color)
public static int ToRgb( 
   RasterColor color
)
 function Leadtools.RasterColorHelper.ToRgb( 
   color 
)
public:
static int ToRgb( 
   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 00RRBBGG.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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