Class EmfPoint28To4
Class EmfPoint28To4
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation.
public sealed class EmfPoint28To4 : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfPoint28To4
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPoint28To4()
public EmfPoint28To4()
Properties
X
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
public EmfBitFix28To4 X { get; set; }
Property Value
Y
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
public EmfBitFix28To4 Y { get; set; }