Share via


PointExtensions.ToSystemPoint Méthode

Définition

Surcharges

ToSystemPoint(Point)

Convertit le point en représentation système.

ToSystemPoint(CGPoint)

Convertit le point en représentation système.

ToSystemPoint(Point)

Convertit le point en représentation système.

ToSystemPoint(Point)

Convertit le point en représentation système.

public static System.Drawing.Point ToSystemPoint (this Android.Graphics.Point point);

Paramètres

point
Android.Graphics.Point

Point à convertir.

Retours

System.Drawing.Point

Point converti.

S’applique à

ToSystemPoint(CGPoint)

Convertit le point en représentation système.

public static System.Drawing.Point ToSystemPoint (this CoreGraphics.CGPoint point);

Paramètres

point
CoreGraphics.CGPoint

Point à convertir.

Retours

System.Drawing.Point

Point converti.

S’applique à

ToSystemPoint(Point)

Convertit le point en représentation système.

public static System.Drawing.Point ToSystemPoint (this Windows.Foundation.Point point);

Paramètres

point
Windows.Foundation.Point

Point à convertir.

Retours

System.Drawing.Point

Point converti.

S’applique à