EmfStrokeAndFillPath

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

NameDescription
EmfStrokeAndFillPath()Initializes a new instance of the EmfStrokeAndFillPath class.
EmfStrokeAndFillPath(EmfRecord)Initializes a new instance of the EmfStrokeAndFillPath class.

Properties

NameDescription
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