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



argb
The a rgb value.
argb
The a rgb value.
Creates a RasterColor from an a rgb value. Supported in Silverlight, Windows Phone 7

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also