Class EmfPoint28To4
Class EmfPoint28To4
Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Objects Versammlung: Aspose.Imaging.dll (25.4.0)
Das Point28_4-Objekt repräsentiert die Lage eines Punkts auf einer Gerätoberfläche mit Koordinaten in 28.4 Bit FIX-Noteierung.
public sealed class EmfPoint28To4 : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfPoint28To4
Vererbte Mitglieder
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPoint28To4()
public EmfPoint28To4()
Properties
X
Er erhält oder setzt ein BitFIX28_4 Objekt (Abschnitt 2.2.1) das die horizontale Koordinate des Punkts darstellt.
public EmfBitFix28To4 X { get; set; }
Eigentumswert
Y
Er erhält oder setzt ein BitFIX28_4 Objekt, das die vertikale Koordinate des Punkts darstellt.
public EmfBitFix28To4 Y { get; set; }