ColorTranslator.ToWin32

ColorTranslator.ToWin32 method

Converts Color structure to Win32 presentation of color.

public static int ToWin32(Color c)
ParameterTypeDescription
cColorColor structure to convert.

Return Value

Value that represent Win32 format of color.

See Also