Class EmfPolyline
The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.
public sealed class EmfPolyline : EmfPolyShape
- Inheritance
-
EmfPolyline
- Inherited Members
Constructors
EmfPolyline()
Initializes a new instance of the EmfPolyline class.
public EmfPolyline()
- See Also
EmfPolyline(EmfRecord)
Initializes a new instance of the EmfPolyline class.
public EmfPolyline(EmfRecord source)
Parameters
source
EmfRecordThe source.
- See Also