Struct PointD
Il nome: Aspose.Imaging.FileFormats.Cdr.Types Assemblea: Aspose.Imaging.dll (25.5.0)
Il doppio punto
public struct PointDI membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Il punto(Il doppio, il doppio)
Inizia una nuova instanza della struttura Aspose.Imaging.FileFormats.Cdr.Types.PointD.
public PointD(double x, double y)Parameters
x double
Il valore x.
y double
Il valore e.
Properties
X
Riceve o mette il x.
public double X { get; set; }Valore di proprietà
Y
Riceve o mette il Y.
public double Y { get; set; }Valore di proprietà
Methods
di PointF(di PointF)
Converti Aspose.Imaging.FileFormats.Cdr.Types.PointD nella struttura di Asposa.Imagine.PointsF.
public void FromPointF(PointF point)Parameters
point PointF
La struttura Aspose.Imaging.FileFormats.Cdr.Types.PointD.
di ToPointF()
Converti Aspose.Imaging.PointF nella struttura dell’Aspoe.Imagine.FileFormats.Cdr.Types.PointsD.
public PointF ToPointF()Returns
La struttura Aspose.Imaging.PointF
ToString()
Convertire in string.
public override string ToString()Returns
Un sistema.String che rappresenta questa instanza.