LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FromArgb Method (RasterColor)






The a rgb value.
Creates a RasterColor from an a rgb value. .NET support Silverlight support
Syntax
public static RasterColor FromArgb( 
   int argb
)
'Declaration
 
Public Shared Function FromArgb( _
   ByVal argb As Integer _
) As RasterColor
'Usage
 
Dim argb As Integer
Dim value As RasterColor
 
value = RasterColor.FromArgb(argb)
public static RasterColor FromArgb( 
   int argb
)
 function Leadtools.RasterColor.FromArgb( 
   argb 
)
public:
static RasterColor FromArgb( 
   int argb
) 

Parameters

argb
The a rgb value.

Return Value

The RasterColor structure that this method creates.
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

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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