public class EmfPlusCompoundLineData extends EmfPlusStructureObjectType
The EmfPlusCompoundLineData object specifies line and space data for a compound line.
Constructor and Description |
---|
EmfPlusCompoundLineData() |
Modifier and Type | Method and Description |
---|---|
float[] |
getCompoundLineData()
Gets or sets an array of CompoundLineDataSize floating-point values
that specify the compound line of a pen.
|
int |
getCompoundLineDataSize()
Gets or sets 32-bit unsigned integer that specifies the number of
elements in the CompoundLineData field.
|
void |
setCompoundLineData(float[] value)
Gets or sets an array of CompoundLineDataSize floating-point values
that specify the compound line of a pen.
|
void |
setCompoundLineDataSize(int value)
Gets or sets 32-bit unsigned integer that specifies the number of
elements in the CompoundLineData field.
|
parse_internalized
public float[] getCompoundLineData()
Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive
public void setCompoundLineData(float[] value)
Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive
public int getCompoundLineDataSize()
Gets or sets 32-bit unsigned integer that specifies the number of elements in the CompoundLineData field.
public void setCompoundLineDataSize(int value)
Gets or sets 32-bit unsigned integer that specifies the number of elements in the CompoundLineData field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.