Struct PointD
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Types Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Podwójny punkt
public struct PointD
Dziedziczeni członkowie
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Punkty(podwójne, podwójne)
Inicjalizuje nową instancję struktury Aspose.Imaging.FileFormats.Cdr.Types.PointD.
public PointD(double x, double y)
Parameters
x
double
Wartość x jest.
y
double
Wartość i wartość.
Properties
X
Zostaw lub ustaw x.
public double X { get; set; }
Wartość nieruchomości
Y
Zostaw lub ustaw i.
public double Y { get; set; }
Wartość nieruchomości
Methods
z punktu(punktów)
Konwertuj Aspose.Imaging.FileFormats.Cdr.Types.PointD do struktury Wl17.PointsF.
public void FromPointF(PointF point)
Parameters
point
PointF
Struktura Aspose.Imaging.FileFormats.Cdr.Types.PointD.
ToPointF()
Konwertuje strukturę Aspose.Imaging.PointF do struktury Wl17.FileFormats.Cdr.Types.pointD.
public PointF ToPointF()
Returns
Struktura Aspose.Imaging.PointF
ToString()
Konwertuj się na strumień.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.