PointExtensions.ToSystemPointF Método

Definición

Sobrecargas

ToSystemPointF(PointF)

Convierte el punto en la representación del sistema.

ToSystemPointF(CGPoint)

Convierte el punto en la representación del sistema.

ToSystemPointF(Point)

Convierte el punto en la representación del sistema.

ToSystemPointF(PointF)

Convierte el punto en la representación del sistema.

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

Parámetros

point
Android.Graphics.PointF

Punto que se va a convertir.

Devoluciones

System.Drawing.PointF

Punto convertido.

Se aplica a

ToSystemPointF(CGPoint)

Convierte el punto en la representación del sistema.

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

Parámetros

point
CoreGraphics.CGPoint

Punto que se va a convertir.

Devoluciones

System.Drawing.PointF

Punto convertido.

Se aplica a

ToSystemPointF(Point)

Convierte el punto en la representación del sistema.

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

Parámetros

point
Windows.Foundation.Point

Punto que se va a convertir.

Devoluciones

System.Drawing.PointF

Punto convertido.

Se aplica a