GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / ARGB Method / ARGB(Int32) Method





In This Topic
ARGB(Int32) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function ARGB( _
   ByVal iargb As Integer _
) As Color
public Color ARGB( 
   int iargb
)
public function ARGB( 
    iargb: Integer
): Color; 
public function ARGB( 
   iargb : int
) : Color;
public: Color ARGB( 
   int iargb
) 
public:
Color ARGB( 
   int iargb
) 

Parameters

iargb
See Also