Struct PointD
Tên không gian: Aspose.Imaging.FileFormats.Cdr.Types Tổng hợp: Aspose.Imaging.dll (25.5.0)
Điểm Double
public struct PointDThà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
Y
Nhận hoặc đặt y.
public double Y { get; set; }Giá trị bất động sản
Methods
Từ PointF(Điểm)
Chuyển đổi Aspose.Imaging.FileFormats.Cdr.Types.PointD sang cấu trúc Aspos.Imaging.PointsF.
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 Aspos.Imaging.FileFormats.Cdr.Types.pointD.
public PointF ToPointF()Returns
cấu trúc Aspose.Imaging.PointF
ToString()
Chuyển sang string.
public override string ToString()Returns
Một hệ thống.String đại diện cho trường hợp này.