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