'Declaration Public Overloads Shared Function FromArgb( _
ByVal argbA value specifying the 32-bit ARGB value.As System.Int32 _
) As VintasoftColor
public static VintasoftColor FromArgb(
System.Int32 argb
)
public: static VintasoftColor FromArgb(
System.Int32 argb
)
public:
static VintasoftColor FromArgb(
System.Int32 argb
)
Parameters
- argb
- A value specifying the 32-bit ARGB value.
Return Value
A color with specified components.