public final class EmfPolyDraw extends EmfPolyShape
The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.
| Constructor and Description |
|---|
EmfPolyDraw()
Initializes a new instance of the
EmfPolyDraw class. |
EmfPolyDraw(EmfRecord source)
Initializes a new instance of the
EmfPolyDraw class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAbTypes()
Gets a Count length array of byte values that specifies how each point in the
Gets or sets aPoints array is used.
|
void |
setAbTypes(byte[] value)
Sets a Count length array of byte values that specifies how each point in the
Gets or sets aPoints array is used.
|
getAPoints, setAPointsgetBounds, setBoundspublic EmfPolyDraw(EmfRecord source)
Initializes a new instance of the EmfPolyDraw class.
source - The source.public EmfPolyDraw()
Initializes a new instance of the EmfPolyDraw class.
public byte[] getAbTypes()
Gets 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 void setAbTypes(byte[] value)
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.
value - a Count length array of byte values that specifies how each point in the
Gets or sets aPoints array is used.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.