Struct PointD

Struct PointD

İsim alanı : Aspose.Imaging.FileFormats.Cdr.Types Toplantı: Aspose.Imaging.dll (25.4.0)

İkili nokta

public struct PointD

mirasçı üyeleri

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

Constructors

noktası(Çift , Çift)

Aspose.Imaging.FileFormats.Cdr.Types.PointD yapısının yeni bir örneğini başlatır.

public PointD(double x, double y)

Parameters

x double

x değeri için.

y double

Değer ve değer.

Properties

X

X’i alır veya ayarlar.

public double X { get; set; }

Mülkiyet Değer

double

Y

Y’yi alır ya da yapar.

public double Y { get; set; }

Mülkiyet Değer

double

Methods

Tarafından PointF(PointF)

Aspose.Imaging.FileFormats.Cdr.Types.PointD’yi Aspose.Imaging.PointF yapısına dönüştürür.

public void FromPointF(PointF point)

Parameters

point PointF

Aspose.Imaging.FileFormats.Cdr.Types.PointD yapısı.

ToPointF()

Aspose.Imaging.PointF’yi Aspose.Imaging.FileFormats.Cdr.Types.PointD yapısına dönüştürür.

public PointF ToPointF()

Returns

PointF

Aspose.Imaging.PointF yapısı

ToString()

Çerçeveye dönüştürülür.

public override string ToString()

Returns

string

Bu istasyonu temsil eden bir sistem.String.

 Türkçe