FromWin32()

ColorTranslator::FromWin32(int) method

Converts the specified Windows color to the equvivalent Color object.

static Color System::Drawing::ColorTranslator::FromWin32(int win32_color)

Arguments

ParameterTypeDescription
win32_colorintThe Windows color to convert

Return Value

A Color object that represents the specified Windows color

See Also