[]
        
(Showing Draft Content)

C1.Win.Interop.C1Colors.ToArgb

ToArgb Method

ToArgb(Color)

Declaration
public static int ToArgb(Color c)
Public Shared Function ToArgb(c As Color) As Integer
Parameters
Type Name Description
Color c
Returns
Type Description
int

ToArgb(byte, byte, byte, byte)

Declaration
public static int ToArgb(byte a, byte r, byte g, byte b)
Public Shared Function ToArgb(a As Byte, r As Byte, g As Byte, b As Byte) As Integer
Parameters
Type Name Description
byte a
byte r
byte g
byte b
Returns
Type Description
int