EmfPolyDraw16

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 EmfPolyDraw16 extends EmfPolyShape

The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves.

Constructors

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

Methods

MethodDescription
getAbTypes()Gets or sets a Count length array of bytes that specifies the point types.
setAbTypes(byte[] value)Sets a Count length array of bytes that specifies the point types.

EmfPolyDraw16(EmfRecord source)

public EmfPolyDraw16(EmfRecord source)

Initializes a new instance of the EmfPolyDraw16 class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

getAbTypes()

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.

Returns: byte[]

setAbTypes(byte[] value)

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.

Parameters:

ParameterTypeDescription
valuebyte[]a Count length array of bytes that specifies the point types.