Class EmfPlusGraphicsObjectType
Class EmfPlusGraphicsObjectType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The Graphics Objects specify parameters for graphics output. They are part of the playback device context and are persistent during the playback of an EMF+ metafile.
public abstract class EmfPlusGraphicsObjectType : EmfPlusObject
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusGraphicsObjectType
Derived
EmfPlusBrush , EmfPlusCustomLineCap , EmfPlusFont , EmfPlusImage , EmfPlusImageAttributes , EmfPlusPath , EmfPlusPen , EmfPlusRegion , EmfPlusStringFormat
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusGraphicsObjectType()
protected EmfPlusGraphicsObjectType()
Properties
Version
Gets or sets the version.
public EmfPlusGraphicsVersion Version { get; set; }