EmfPolyDraw
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType, com.aspose.imaging.fileformats.emf.emf.records.EmfBoundedRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfPolyShape
public final class EmfPolyDraw extends EmfPolyShape
The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.
Constructors
Constructor | Description |
---|---|
EmfPolyDraw(EmfRecord source) | Initializes a new instance of the EmfPolyDraw class. |
EmfPolyDraw() | Initializes a new instance of the EmfPolyDraw class. |
Methods
Method | Description |
---|---|
getAbTypes() | Gets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. |
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. |
EmfPolyDraw(EmfRecord source)
public EmfPolyDraw(EmfRecord source)
Initializes a new instance of the EmfPolyDraw
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfPolyDraw()
public EmfPolyDraw()
Initializes a new instance of the EmfPolyDraw class.
getAbTypes()
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.
Returns: byte[] - a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used.
setAbTypes(byte[] value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] | a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. |