Class EmfPoint28To4

Class EmfPoint28To4

Nom dels espais: Aspose.Imaging.FileFormats.Emf.Emf.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

L’objecte Point28_4 representa la ubicació d’un punt en una superfície del dispositiu amb coordenades en la notació FIX de 28.4 bits.

public sealed class EmfPoint28To4 : EmfObject

Inheritance

object MetaObject EmfObject EmfPoint28To4

Membres heretats

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPoint28To4()

public EmfPoint28To4()

Properties

X

Objecte BitFIX28_4 (secció 2.2.1) que representa la coordinació horitzontal del punt.

public EmfBitFix28To4 X { get; set; }

Valor de la propietat

EmfBitFix28To4

Y

Objecte BitFIX28_4 que representa la coordinació vertical del punt.

public EmfBitFix28To4 Y { get; set; }

Valor de la propietat

EmfBitFix28To4

 Català