Struct PointD

Struct PointD

Il nome: Aspose.Imaging.FileFormats.Cdr.Types Assemblea: Aspose.Imaging.dll (25.4.0)

Il doppio punto

public struct PointD

I 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à

double

Y

Riceve o mette il Y.

public double Y { get; set; }

Valore di proprietà

double

Methods

di PointF(di PointF)

Converti Aspose.Imaging.FileFormats.Cdr.Types.PointD in la struttura Wl17.pointF.

public void FromPointF(PointF point)

Parameters

point PointF

La struttura Aspose.Imaging.FileFormats.Cdr.Types.PointD.

di ToPointF()

Convertire Aspose.Imaging.PointF alla struttura Wl17.FileFormats.Cdr.Types.pointD.

public PointF ToPointF()

Returns

PointF

La struttura Aspose.Imaging.PointF

ToString()

Convertire in string.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

 Italiano