toARGB(Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function toARGB( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
) As Integer
public static int toARGB(
byte ,
byte ,
byte ,
byte
)
public function toARGB(
: Byte;
: Byte;
: Byte;
: Byte
): Integer; static;
public static function toARGB(
: byte,
: byte,
: byte,
: byte
) : int;
public: static int toARGB(
byte ,
byte ,
byte ,
byte
)
public:
static int toARGB(
byte ,
byte ,
byte ,
byte
)
Parameters
- Alpha
- Red
- Green
- Blue
See Also