Struct PointD

Struct PointD

Tên không gian: Aspose.Imaging.FileFormats.Cdr.Types Tổng hợp: Aspose.Imaging.dll (25.4.0)

Điểm Double

public struct PointD

Thành viên thừa kế

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

Constructors

Điểm(đôi, double)

Bắt đầu một ví dụ mới của Aspose.Imaging.FileFormats.Cdr.Types.PointD cấu trúc.

public PointD(double x, double y)

Parameters

x double

giá trị x.

y double

và giá trị.

Properties

X

Nhận hoặc đặt x.

public double X { get; set; }

Giá trị bất động sản

double

Y

Nhận hoặc đặt y.

public double Y { get; set; }

Giá trị bất động sản

double

Methods

Từ PointF(Điểm)

Chuyển đổi Aspose.Imaging.FileFormats.Cdr.Types.PointD sang cấu trúc _ www.wl17_.point F.

public void FromPointF(PointF point)

Parameters

point PointF

cấu trúc Aspose.Imaging.FileFormats.Cdr.Types.PointD.

ToPointF()

Chuyển đổi Aspose.Imaging.PointF sang cấu trúc Wl17.FileFormats.Cdr.Types.pointD.

public PointF ToPointF()

Returns

PointF

WL17_.PointF cấu trúc

ToString()

Chuyển sang string.

public override string ToString()

Returns

string

Một hệ thống.String đại diện cho trường hợp này.

 Tiếng Việt