Class EmfPathBracketRecordType
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The path bracket record types specify and manipulate paths in path brackets. Note: None of the path bracket records specify parameters.
public abstract class EmfPathBracketRecordType : EmfRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfPathBracketRecordType
Derived
EmfAbortPath, EmfBeginPath, EmfCloseFigure, EmfEndPath, EmfFlatternPath, EmfWidenPath
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPathBracketRecordType(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPathBracketRecordType class.
protected EmfPathBracketRecordType(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPathBracketRecordType(EmfRecordType)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPathBracketRecordType class.
protected EmfPathBracketRecordType(EmfRecordType type)
Parameters
type
EmfRecordType
The record type.