LEADTOOLS (Leadtools assembly)

FromRgba Method (RasterColor)

Show in webframe







The rgba value.
Creates a RasterColor from an rgba value.
Syntax
public static RasterColor FromRgba( 
   int rgba
)
'Declaration
 
Public Shared Function FromRgba( _
   ByVal rgba As Integer _
) As RasterColor
'Usage
 
Dim rgba As Integer
Dim value As RasterColor
 
value = RasterColor.FromRgba(rgba)
public static RasterColor FromRgba( 
   int rgba
)

            

            
 function Leadtools.RasterColor.FromRgba( 
   rgba 
)
public:
static RasterColor FromRgba( 
   int rgba
) 

Parameters

rgba
The rgba 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.