public final class EmfPlusBoundaryPointData extends EmfPlusBoundaryBase
The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush
Constructor and Description |
---|
EmfPlusBoundaryPointData() |
Modifier and Type | Method and Description |
---|---|
int |
getBoundaryPointCount()
Gets or sets a 32-bit signed integer that specifies the number of points in the BoundaryPointData field.
|
PointF[] |
getBoundaryPointData()
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
|
void |
setBoundaryPointCount(int value)
Gets or sets a 32-bit signed integer that specifies the number of points in the BoundaryPointData field.
|
void |
setBoundaryPointData(PointF[] value)
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
|
parse_internalized
public int getBoundaryPointCount()
Gets or sets a 32-bit signed integer that specifies the number of points in the BoundaryPointData field.
public void setBoundaryPointCount(int value)
Gets or sets a 32-bit signed integer that specifies the number of points in the BoundaryPointData field.
public PointF[] getBoundaryPointData()
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
public void setBoundaryPointData(PointF[] value)
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.