Class EmfPolyDraw
The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.
public sealed class EmfPolyDraw : EmfPolyShape
- Inheritance
-
EmfPolyDraw
- Inherited Members
Constructors
EmfPolyDraw()
Initializes a new instance of the EmfPolyDraw class.
public EmfPolyDraw()
EmfPolyDraw(EmfRecord)
Initializes a new instance of the EmfPolyDraw class.
public EmfPolyDraw(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
AbTypes
Gets or sets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. This value MUST be in the Point (section 2.1.26) enumeration.
public EmfPointEnum[] AbTypes { get; set; }