In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor~toARGB / toARGB(Byte,Byte,Byte,Byte) Method

toARGB(Byte,Byte,Byte,Byte) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Shared Function toARGB( _

   ByVal Alpha As Byte, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As Integer
public static int toARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

)
public function toARGB( 

    Alpha: Byte;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): Integer; static; 
public static function toARGB( 

   Alpha : byte,

   Red : byte,

   Green : byte,

   Blue : byte

) : int;
public: static int toARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

) 
public:

static int toARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Alpha
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members
Overload List