PointExtensions.ToSystemPoint 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
ToSystemPoint(Point) |
Converts the point to the system representation. |
ToSystemPoint(CGPoint) |
Converts the point to the system representation. |
ToSystemPoint(Point) |
Converts the point to the system representation. |
ToSystemPoint(Point)
Converts the point to the system representation.
public static System.Drawing.Point ToSystemPoint (this Android.Graphics.Point point);
Parameters
- point
- Android.Graphics.Point
The point to convert.
Returns
The converted point.
Applies to
ToSystemPoint(CGPoint)
Converts the point to the system representation.
public static System.Drawing.Point ToSystemPoint (this CoreGraphics.CGPoint point);
Parameters
- point
- CoreGraphics.CGPoint
The point to convert.
Returns
The converted point.
Applies to
ToSystemPoint(Point)
Converts the point to the system representation.
public static System.Drawing.Point ToSystemPoint (this Windows.Foundation.Point point);
Parameters
- point
- Windows.Foundation.Point
The point to convert.
Returns
The converted point.