LEADTOOLS (Leadtools assembly)

FromArgb Method (RasterColor)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

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