[]
        
(Showing Draft Content)

C1.Win.Interop.C1Colors.FromOle

FromOle Method

FromOle(int)

Creates a new Color structure from specified integer. NOTE, this function assumes that integer has BBGGRR format.

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