Class EmfPolyPolyline
The EMR_POLYPOLYLINE record specifies multiple series of connected line segments.
public sealed class EmfPolyPolyline : EmfPolyPolyShape
- Inheritance
-
EmfPolyPolyline
- Inherited Members
Remarks
The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record.
Constructors
EmfPolyPolyline()
Initializes a new instance of the EmfPolyPolyline class.
public EmfPolyPolyline()
EmfPolyPolyline(EmfRecord)
Initializes a new instance of the EmfPolyPolyline class.
public EmfPolyPolyline(EmfRecord source)
Parameters
source
EmfRecordThe source.