Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FromArgb Method
See Also 
Leadtools Namespace > RasterColor Structure : FromArgb Method



argb
The a rgb value.
Creates a RasterColor from an a rgb value.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromArgb( _
   ByVal argb As Integer _
) As RasterColor
Visual Basic (Usage)Copy Code
Dim argb As Integer
Dim value As RasterColor
 
value = RasterColor.FromArgb(argb)
C# 
public static RasterColor FromArgb( 
   int argb
)
C++/CLI 
public:
static RasterColor FromArgb( 
   int argb
) 

Parameters

argb
The a rgb value.

Return Value

The RasterColor structure that this method creates.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also