public final class EmfPolyDraw16 extends EmfPolyShape
The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves.
| Constructor and Description |
|---|
EmfPolyDraw16(EmfRecord source)
Initializes a new instance of the
EmfPolyDraw16 class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAbTypes()
Gets or sets a Count length array of bytes that specifies the point types.
|
void |
setAbTypes(byte[] value)
Sets a Count length array of bytes that specifies the point types.
|
getAPoints, setAPointsgetBounds, setBoundspublic EmfPolyDraw16(EmfRecord source)
Initializes a new instance of the EmfPolyDraw16 class.
source - The source.public byte[] getAbTypes()
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 void setAbTypes(byte[] value)
Sets a Count length array of bytes that specifies the point types. This value MUST be in the Point (section 2.1.26) enumeration.
value - a Count length array of bytes that specifies the point types.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.