Class EmfStrokeAndFillPath
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.8.0)
The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.
public sealed class EmfStrokeAndFillPath : EmfDrawingRecordTypeInheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfStrokeAndFillPath
Inherited Members
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfStrokeAndFillPath(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokeAndFillPath class.
public EmfStrokeAndFillPath(EmfRecord source)Parameters
source EmfRecord
The source.
EmfStrokeAndFillPath()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokeAndFillPath class.
public EmfStrokeAndFillPath()Properties
Bounds
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
public Rectangle Bounds { get; set; }