ColorExtensions.ToSystemColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToSystemColor(Color) |
Converts the color to the system specific color. |
ToSystemColor(NSColor) | |
ToSystemColor(UIColor) |
Converts the color to the system specific color. |
ToSystemColor(Color) |
Converts the color to the system specific color. |
ToSystemColor(Color)
Converts the color to the system specific color.
public static System.Drawing.Color ToSystemColor (this Android.Graphics.Color color);
Parameters
- color
- Android.Graphics.Color
The color to use as a base.
Returns
The system color.
Applies to
ToSystemColor(NSColor)
public static System.Drawing.Color ToSystemColor (this AppKit.NSColor color);
Parameters
- color
- AppKit.NSColor
Returns
Applies to
ToSystemColor(UIColor)
Converts the color to the system specific color.
public static System.Drawing.Color ToSystemColor (this UIKit.UIColor color);
Parameters
- color
- UIKit.UIColor
The color to use as a base.
Returns
The system color.
Applies to
ToSystemColor(Color)
Converts the color to the system specific color.
public static System.Drawing.Color ToSystemColor (this Windows.UI.Color color);
Parameters
- color
- Windows.UI.Color
The color to use as a base.
Returns
The system color.