Struct PointD

Struct PointD

De naam: Aspose.Imaging.FileFormats.Cdr.Types Verzameling: Aspose.Imaging.dll (25.5.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

double

Y

Geeft of zet de Y.

public double Y { get; set; }

Eigendomswaarde

double

Methods

van PointF(puntf)

Converteert Aspose.Imaging.FileFormats.Cdr.Types.PointD naar de structuur van Aspos.Imaging.PointsF.

public void FromPointF(PointF point)

Parameters

point PointF

De Aspose.Imaging.FileFormats.Cdr.Types.PointD structuur.

ToPointF()

Converteert Aspose.Imaging.PointF naar de structurele structuur van Asposa.Imaging.FileFormats.Cdr.Types.PointsD.

public PointF ToPointF()

Returns

PointF

De Aspose.Imaging.PointF structuur

ToString()

Omgekeerd naar string.

public override string ToString()

Returns

string

Een System.String die deze instantie vertegenwoordigt.

 Nederlands