Struct PointD

Struct PointD

ชื่อพื้นที่: Aspose.Imaging.FileFormats.Cdr.Types การประกอบ: Aspose.Imaging.dll (25.4.0)

จุดคู่

public struct PointD

อนุญาโตตุลาการ

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

Constructors

จุดหมายเลข(คู่, คู่)

เริ่มต้นตัวอย่างใหม่ของ Aspose.Imaging.FileFormats.Cdr.Types.PointD structure

public PointD(double x, double y)

Parameters

x double

หมายเลข X

y double

ความหมาย Y

Properties

X

รับหรือตั้งค่า x

public double X { get; set; }

คุณสมบัติมูลค่า

double

Y

รับหรือตั้งค่า Y

public double Y { get; set; }

คุณสมบัติมูลค่า

double

Methods

จากPointF(จุดหมายเลข)

แปลง Aspose.Imaging.FileFormats.Cdr.Types.PointD ในโครงสร้าง Aspose.Imaging.PointF

public void FromPointF(PointF point)

Parameters

point PointF

โครงสร้าง Aspose.Imaging.FileFormats.Cdr.Types.PointD

โพสต์()

แปลง Aspose.Imaging.PointF ในโครงสร้าง Aspose.Imaging.FileFormats.Cdr.Types.PointD

public PointF ToPointF()

Returns

PointF

โครงสร้าง Aspose.Imaging.PointF

ToString()

แปลงเป็น string

public override string ToString()

Returns

string

ระบบ String ซึ่งเป็นตัวแทนของ instance นี้

 แบบไทย