Struct PointD

Struct PointD

Le nom : Aspose.Imaging.FileFormats.Cdr.Types Assemblée: Aspose.Imaging.dll (25.4.0)

Le double point

public struct PointD

I membri ereditari

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

Constructors

Point de(double, double)

Initialisez une nouvelle instance de la structure Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointD(double x, double y)

Parameters

x double

La valeur x.

y double

et de la valeur.

Properties

X

Obtenez ou mettez le x.

public double X { get; set; }

Valore di proprietà

double

Y

Rendez ou mettez le Y.

public double Y { get; set; }

Valore di proprietà

double

Methods

du pointf(PointF)

Convertez Aspose.Imaging.FileFormats.Cdr.Types.PointD à la structure __ WL16__ .PointF.

public void FromPointF(PointF point)

Parameters

point PointF

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

ToPointF()

Convertez Aspose.Imaging.PointF à la structure __ WL16__ .FileFormats.Cdr.Types.pointD.

public PointF ToPointF()

Returns

PointF

La structure Aspose.Imaging.PointF

ToString()

Convertire in string.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

 Français