public class EmfPlusDashedLineData extends EmfPlusStructureObjectType
The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen.
Constructor and Description |
---|
EmfPlusDashedLineData() |
Modifier and Type | Method and Description |
---|---|
float[] |
getDashedLineData()
Gets or sets array of DashedLineDataSize floating-point values
that specify the lengths of the dashes and spaces in
a dashed line
|
int |
getDashedLineDataSize()
Gets or sets 32-bit unsigned integer that specifies the number of
elements in the DashedLineData field.
|
void |
setDashedLineData(float[] value)
Gets or sets array of DashedLineDataSize floating-point values
that specify the lengths of the dashes and spaces in
a dashed line
|
void |
setDashedLineDataSize(int value)
Gets or sets 32-bit unsigned integer that specifies the number of
elements in the DashedLineData field.
|
parse_internalized
public float[] getDashedLineData()
Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line
public void setDashedLineData(float[] value)
Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line
public int getDashedLineDataSize()
Gets or sets 32-bit unsigned integer that specifies the number of elements in the DashedLineData field.
public void setDashedLineDataSize(int value)
Gets or sets 32-bit unsigned integer that specifies the number of elements in the DashedLineData field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.