PointExtensions.ToSystemPointF Method

Definition

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

System.Drawing.PointF

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

System.Drawing.PointF

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

System.Drawing.PointF

The converted point.

Applies to