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