LEADTOOLS (Leadtools assembly)

FromArgb Method (RasterColorHelper)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

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