Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromArgb Method (RasterColor)








The a rgb value.
Creates a RasterColor from an a rgb value.
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
)
static public 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

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file