Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromArgb Method (RasterColorHelper)








The RGB value.
Creates a RasterColor from an 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 = RasterColorHelper.FromArgb(argb)
public static RasterColor FromArgb( 
   int argb
)
 function Leadtools.RasterColorHelper.FromArgb( 
   argb 
)
public:
static RasterColor FromArgb( 
   int argb
) 

Parameters

argb
The RGB value.

Return Value

The RasterColor structure that this method creates.
Requirements

Target Platforms

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

Error processing SSI file