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

포인트D(더블, 더블)

Aspose.Imaging.FileFormats.Cdr.Types.PointD 구조의 새로운 예를 시작합니다.

public PointD(double x, double y)

Parameters

x double

x 가치가 있습니다.

y double

그리고 그 가치.

Properties

X

X를 얻거나 설정합니다.

public double X { get; set; }

부동산 가치

double

Y

그것을 얻거나 Y를 설정합니다.

public double Y { get; set; }

부동산 가치

double

Methods

포인트F(포인트F)

Aspose.Imaging.FileFormats.Cdr.Types.PointD를 Aspose.Imaging.PointF 구조로 변환합니다.

public void FromPointF(PointF point)

Parameters

point PointF

Aspose.Imaging.FileFormats.Cdr.Types.PointD 구조에 대한 자세한 내용은 다음과 같습니다.

포인트F()

Aspose.Imaging.PointF를 Aspose.Imaging.FileFormats.Cdr.Types.PointD 구조로 변환합니다.

public PointF ToPointF()

Returns

PointF

Aspose.Imaging.PointF 구조

ToString()

링으로 변환합니다.

public override string ToString()

Returns

string

이 기회를 대표하는 시스템.String입니다.

 한국어