FromOle Method (C1Colors)
In This Topic
Creates a new Color structure from specified integer. NOTE, this function assumes that integer has BBGGRR format.
Syntax
'Declaration
Public Shared Function FromOle( _
ByVal As Integer _
) As Color
public static Color FromOle(
int
)
Parameters
- v
See Also