Struct PointD

Struct PointD

Nombre del espacio: Aspose.Imaging.FileFormats.Cdr.Types Asamblea: Aspose.Imaging.dll (25.4.0)

El punto doble

public struct PointD

Miembros heredados

object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

Puntos(doble, doble)

Inicia una nueva instancia de la estructura Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointD(double x, double y)

Parameters

x double

El valor de x.

y double

El y el valor.

Properties

X

Obtenga o coloca el x.

public double X { get; set; }

Valor de la propiedad

double

Y

Obtenga o coloca el y.

public double Y { get; set; }

Valor de la propiedad

double

Methods

El puntoF(Puntos)

Converte Aspose.Imaging.FileFormats.Cdr.Types.PointD en la estructura Aspose.Imaging.PointF.

public void FromPointF(PointF point)

Parameters

point PointF

La estructura Aspose.Imaging.FileFormats.Cdr.Types.PointD.

TópicoF()

Converte Aspose.Imaging.PointF en la estructura Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointF ToPointF()

Returns

PointF

La estructura de Aspose.Imaging.PointF

ToString()

Convertir en string.

public override string ToString()

Returns

string

Un sistema.String que representa esta instancia.

 Español