Class EmfStrokePath
EMR_STROKEPATH class
public sealed class EmfStrokePath : EmfDrawingRecordType
- Inheritance
-
EmfStrokePath
- Inherited Members
Constructors
EmfStrokePath()
Initializes a new instance of the EmfStrokePath class.
public EmfStrokePath()
EmfStrokePath(EmfRecord)
Initializes a new instance of the EmfStrokePath class.
public EmfStrokePath(EmfRecord record)
Parameters
record
EmfRecordThe record.
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; }