Struct PointD
Nom dels espais: Aspose.Imaging.FileFormats.Cdr.Types Assemblea: Aspose.Imaging.dll (25.5.0)
El punt doble
public struct PointDMembres heretats
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
El punt(doble, doble)
Inicialitza una nova instància de la Aspose.Imaging.FileFormats.Cdr.Types.PointD estructura.
public PointD(double x, double y)Parameters
x double
El valor x.
y double
El valor i el valor.
Properties
X
Obtenir o establir el x.
public double X { get; set; }Valor de la propietat
Y
Obtenir o col·locar el i.
public double Y { get; set; }Valor de la propietat
Methods
Des del puntf(Punt F)
Converteix Aspose.Imaging.FileFormats.Cdr.Types.PointD a l’estructura d’Apost.
public void FromPointF(PointF point)Parameters
point PointF
La estructura Aspose.Imaging.FileFormats.Cdr.Types.PointD.
ToPointF()
Converteix Aspose.Imaging.PointF a l’estructura d’Aspose.IMAGING.FileFormats.Cdr.Types.pointD.
public PointF ToPointF()Returns
La estructura Aspose.Imaging.PointF
ToString()
Es converteix en string.
public override string ToString()Returns
Un sistema.String que representa aquesta instància.