EmfPlusBoundaryPointData
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBoundaryBase
public final class EmfPlusBoundaryPointData extends EmfPlusBoundaryBase
The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush
Constructors
| Constructor | Description |
|---|---|
| EmfPlusBoundaryPointData() |
Methods
| Method | Description |
|---|---|
| getBoundaryPointData() | Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush. |
| setBoundaryPointData(PointF[] value) | Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush. |
EmfPlusBoundaryPointData()
public EmfPlusBoundaryPointData()
getBoundaryPointData()
public PointF[] getBoundaryPointData()
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
Returns: com.aspose.imaging.PointF[]
setBoundaryPointData(PointF[] value)
public void setBoundaryPointData(PointF[] value)
Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF[] |