Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusPath |
EmfPlusBoundaryPathData.getBoundaryPathData()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
|
EmfPlusPath |
EmfPlusFillPath.getFillPath()
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
|
EmfPlusPath |
EmfPlusLinePath.getLinePath()
Gets or sets an
EmfPlusPath object that defines the outline. |
EmfPlusPath |
EmfPlusRegionNodePath.getRegionNodePath()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies
the boundary of the region node.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusBoundaryPathData.setBoundaryPathData(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush
|
void |
EmfPlusFillPath.setFillPath(EmfPlusPath value)
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
|
void |
EmfPlusLinePath.setLinePath(EmfPlusPath value)
Gets or sets an
EmfPlusPath object that defines the outline. |
void |
EmfPlusRegionNodePath.setRegionNodePath(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies
the boundary of the region node.
|