Class EmfSetWindowExtEx
Le nom : Aspose.Imaging.FileFormats.Emf.Emf.Records Assemblée: Aspose.Imaging.dll (25.4.0)
L’enregistrement EMR_SETWINDOWEXTEX définit l’étendue de la fenêtre.
public sealed class EmfSetWindowExtEx : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetWindowExtEx
I membri ereditari
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfSetWindowExtEx(EmfRecord)
Initialisez une nouvelle instance de la classe Aspose.Imaging.FileFormats.Emf.EMF.Records.ExtEx.
public EmfSetWindowExtEx(EmfRecord source)
Parameters
source
EmfRecord
La fonte .
EmfSetWindowExtEx()
Initialisez une nouvelle instance de la classe Aspose.Imaging.FileFormats.Emf.EMF.Records.ExtEx.
public EmfSetWindowExtEx()
Properties
Extent
Obtenez ou mettez un objet WMF SizeL de 64 bits ([MS-WM F] section 2.2.2.22) qui spécifie lehorizontales et verticales dans les unités logiques.
public Size Extent { get; set; }