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

このインスタンスを代表するシステムストリングです。

 日本語