PointExtensions.ToSystemPoint Method

Definition

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

System.Drawing.Point

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

System.Drawing.Point

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

System.Drawing.Point

The converted point.

Applies to