Class EmfPolyDraw
Contents
[
Hide
]EmfPolyDraw class
The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.
public sealed class EmfPolyDraw : EmfPolyShape
Constructors
| Name | Description | 
|---|---|
| EmfPolyDraw() | Initializes a new instance of the EmfPolyDraw class. | 
| EmfPolyDraw(EmfRecord) | Initializes a new instance of the EmfPolyDraw class. | 
Properties
| Name | Description | 
|---|---|
| AbTypes { get; set; } | 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. | 
| APoints { get; set; } | Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units. | 
| Bounds { get; set; } | Gets or sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that 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
- class EmfPolyShape
 - namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
 - assembly Aspose.Imaging