Struct PointD

Struct PointD

Der Name: Aspose.Imaging.FileFormats.Cdr.Types Versammlung: Aspose.Imaging.dll (25.4.0)

Das doppelte Punkt

public struct PointD

Vererbte Mitglieder

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

Constructors

Punkte(Doppel, Doppel)

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.Cdr.Types.PointD Struktur.

public PointD(double x, double y)

Parameters

x double

Die x Wert.

y double

Der Y Wert.

Properties

X

Gibt oder setzt die X.

public double X { get; set; }

Eigentumswert

double

Y

Gibt oder setzt die Y.

public double Y { get; set; }

Eigentumswert

double

Methods

von PointF(Punkte)

Konvertiert Aspose.Imaging.FileFormats.Cdr.Types.PointD in die Aspose.Imaging.PointF Struktur.

public void FromPointF(PointF point)

Parameters

point PointF

Die Aspose.Imaging.FileFormats.Cdr.Types.PointD Struktur.

ToPointF()

Umwandelt Aspose.Imaging.PointF in die Aspose.Imaging.FileFormats.Cdr.Types.PointD Struktur.

public PointF ToPointF()

Returns

PointF

Die Aspose.Imaging.PointF Struktur

ToString()

Umwandeln zu String.

public override string ToString()

Returns

string

Ein System.String, der diese Instanz vertritt.

 Deutsch