EmfPolyDraw16

EmfPolyDraw16 class

The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves.

public sealed class EmfPolyDraw16 : EmfDrawingRecordType

Constructors

NameDescription
EmfPolyDraw16(EmfRecord)Initializes a new instance of the EmfPolyDraw16 class.

Properties

NameDescription
AbTypes { get; set; }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.
APoints { get; set; }Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.
Bounds { get; set; }Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also