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

ConstructorDescription
EmfPolyDraw(EmfRecord source)Initializes a new instance of the EmfPolyDraw class.
EmfPolyDraw()Initializes a new instance of the EmfPolyDraw class.

Methods

MethodDescription
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:

ParameterTypeDescription
sourceEmfRecordThe 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:

ParameterTypeDescription
valuebyte[]a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used.