EmfPlusBoundaryPathData
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 EmfPlusBoundaryPathData extends EmfPlusBoundaryBase
The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush.
Constructors
Constructor | Description |
---|---|
EmfPlusBoundaryPathData() |
Methods
Method | Description |
---|---|
getBoundaryPathData() | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush |
setBoundaryPathData(EmfPlusPath value) | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush |
EmfPlusBoundaryPathData()
public EmfPlusBoundaryPathData()
getBoundaryPathData()
public EmfPlusPath getBoundaryPathData()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
Returns: EmfPlusPath
setBoundaryPathData(EmfPlusPath value)
public void setBoundaryPathData(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusPath |