ColorTranslator.FromOle
ColorTranslator.FromOle method
Translates an OLE color value to a GDI+ Color structure.
public static Color FromOle(int oleColor)
Parameter | Type | Description |
---|---|---|
oleColor | Int32 | The OLE color to translate. |
Return Value
The Color structure that represents the translated OLE color.
See Also
- struct Color
- class ColorTranslator
- namespace System.Drawing
- assembly Aspose.Drawing