Struct PointD

Struct PointD

Název místa: Aspose.Imaging.FileFormats.Cdr.Types Shromáždění: Aspose.Imaging.dll (25.4.0)

Dvojnásobný bod

public struct PointD

Dědiční členové

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

Constructors

bodová(dvojí, dvojí)

Začíná nový příklad struktury Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointD(double x, double y)

Parameters

x double

Výše hodnoty x.

y double

a jeho hodnoty.

Properties

X

Obdržíte nebo nastavte x.

public double X { get; set; }

Hodnota nemovitosti

double

Y

Získejte nebo nastavíte Y.

public double Y { get; set; }

Hodnota nemovitosti

double

Methods

Od bodu(PointF)

Konvertuje Aspose.Imaging.FileFormats.Cdr.Types.PointD do struktury Aspose.Imaging.PointF.

public void FromPointF(PointF point)

Parameters

point PointF

Struktura Aspose.Imaging.FileFormats.Cdr.Types.PointD.

ToPointF()

Konvertuje Aspose.Imaging.PointF do struktury Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointF ToPointF()

Returns

PointF

Struktura Aspose.Imaging.PointF

ToString()

Přeměna na string.

public override string ToString()

Returns

string

Systém.String, který představuje tuto instanci.

 Čeština