Class EmfStrokeAndFillPath
Contents
[
Hide
]EmfStrokeAndFillPath class
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 : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfStrokeAndFillPath() | Initializes a new instance of the EmfStrokeAndFillPath class. |
EmfStrokeAndFillPath(EmfRecord) | Initializes a new instance of the EmfStrokeAndFillPath class. |
Properties
Name | Description |
---|---|
Bounds { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging