Share via


PointExtensions.ToSystemPointF Méthode

Définition

Surcharges

ToSystemPointF(PointF)

Convertit le point en représentation système.

ToSystemPointF(CGPoint)

Convertit le point en représentation système.

ToSystemPointF(Point)

Convertit le point en représentation système.

ToSystemPointF(PointF)

Convertit le point en représentation système.

public static System.Drawing.PointF ToSystemPointF (this Android.Graphics.PointF point);

Paramètres

point
Android.Graphics.PointF

Point à convertir.

Retours

System.Drawing.PointF

Point converti.

S’applique à

ToSystemPointF(CGPoint)

Convertit le point en représentation système.

public static System.Drawing.PointF ToSystemPointF (this CoreGraphics.CGPoint point);

Paramètres

point
CoreGraphics.CGPoint

Point à convertir.

Retours

System.Drawing.PointF

Point converti.

S’applique à

ToSystemPointF(Point)

Convertit le point en représentation système.

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

Paramètres

point
Windows.Foundation.Point

Point à convertir.

Retours

System.Drawing.PointF

Point converti.

S’applique à