Class EmfDrawingRecordType
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The drawing record types perform graphics drawing.
public abstract class EmfDrawingRecordType : EmfRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType
Derived
EmfAngleArc, EmfArc, EmfArcTo, EmfBoundedRecord, EmfChord, EmfEllipse, EmfExtFloodFill, EmfExtTextOutA, EmfExtTextOutW, EmfFillPath, EmfFillRgn, EmfFrameRgn, EmfGradientFill, EmfPaintRgn, EmfPie, EmfPolyTextOutA, EmfPolyTextOutW, EmfRectangle, EmfRoundRect, EmfSetPixelV, EmfSmallTextOut, EmfStrokeAndFillPath, EmfStrokePath
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
EmfDrawingRecordType(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDrawingRecordType class.
protected EmfDrawingRecordType(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfDrawingRecordType(EmfRecordType)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDrawingRecordType class.
protected EmfDrawingRecordType(EmfRecordType type)
Parameters
type
EmfRecordType
The record type.