Class EmfFillPath
The EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode.
public sealed class EmfFillPath : EmfDrawingRecordType
- Inheritance
-
EmfFillPath
- Inherited Members
Constructors
EmfFillPath()
Initializes a new instance of the EmfFillPath class.
public EmfFillPath()
EmfFillPath(EmfRecord)
Initializes a new instance of the EmfFillPath class.
public EmfFillPath(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Bounds
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies bounding rectangle, in device units.
public Rectangle Bounds { get; set; }