Struct PointD

Struct PointD

Nama dari : Aspose.Imaging.FileFormats.Cdr.Types Pengumpulan: Aspose.Imaging.dll (25.4.0)

Titik ganda

public struct PointD

anggota yang diwarisi

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

Constructors

PointD(Double dan Double)

Initifikasi instans baru dari Aspose.Imaging.FileFormats.Cdr.Types.PointD struktur.

public PointD(double x, double y)

Parameters

x double

dengan nilai x.

y double

nilai dan nilai.

Properties

X

Dapatkan atau menetapkan x.

public double X { get; set; }

Nilai Properti

double

Y

Mendapatkan atau menetapkan Y.

public double Y { get; set; }

Nilai Properti

double

Methods

dari pointf(PointF)

Konversi Aspose.Imaging.FileFormats.Cdr.Types.PointD ke struktur Aspose.Imaging.PointF.

public void FromPointF(PointF point)

Parameters

point PointF

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

ToPointF()

Konversi Aspose.Imaging.PointF ke struktur Aspose.Imaging.FileFormats.Cdr.Types.PointD.

public PointF ToPointF()

Returns

PointF

Struktur Aspose.Imaging.PointF

ToString()

Konversi ke string.

public override string ToString()

Returns

string

Sistem.String yang mewakili instansi ini.

 Indonesia