Class EmfPoint28To4
Class EmfPoint28To4
名称: Aspose.Imaging.FileFormats.Emf.Emf.Objects アセンション: Aspose.Imaging.dll (25.4.0)
Point28_4 オブジェクトは、デバイスの表面上の点の位置を表し、 28.4 ビット FIX ノートでコーディネートを表示します。
public sealed class EmfPoint28To4 : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfPoint28To4
相続人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPoint28To4()
public EmfPoint28To4()
Properties
X
ポイントの水平座標を表す BitFIX28_4 オブジェクト(セクション 2.2.1)を取得または設定します。
public EmfBitFix28To4 X { get; set; }
不動産価値
Y
ポイントの垂直コーディネートを表す BitFIX28_4 オブジェクトを取得または設定します。
public EmfBitFix28To4 Y { get; set; }