Struct PointD
De naam: Aspose.Imaging.FileFormats.Cdr.Types Verzameling: Aspose.Imaging.dll (25.4.0)
Het dubbele punt
public struct PointD
Geëerbiede leden
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
punt D(dubbele, dubbele)
Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Cdr.Types.PointD structuur.
public PointD(double x, double y)
Parameters
x
double
De x waarde.
y
double
De Y waarde.
Properties
X
Geeft of zet de x.
public double X { get; set; }
Eigendomswaarde
Y
Geeft of zet de Y.
public double Y { get; set; }
Eigendomswaarde
Methods
van PointF(puntf)
Converteert Aspose.Imaging.FileFormats.Cdr.Types.PointD naar de structuur van Wl17.PointsF.
public void FromPointF(PointF point)
Parameters
point
PointF
De Aspose.Imaging.FileFormats.Cdr.Types.PointD structuur.
ToPointF()
Converteert Aspose.Imaging.PointF naar de structuur van __ WL7_.FileFormats.Cdr.Types.pointD.
public PointF ToPointF()
Returns
De Aspose.Imaging.PointF structuur
ToString()
Omgekeerd naar string.
public override string ToString()
Returns
Een System.String die deze instantie vertegenwoordigt.