EmfPlusRegionNodePath
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
public final class EmfPlusRegionNodePath extends EmfPlusStructureObjectType
The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node.
Constructors
Constructor | Description |
---|---|
EmfPlusRegionNodePath() |
Methods
Method | Description |
---|---|
getRegionNodePath() | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node. |
setRegionNodePath(EmfPlusPath value) | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node. |
EmfPlusRegionNodePath()
public EmfPlusRegionNodePath()
getRegionNodePath()
public EmfPlusPath getRegionNodePath()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node.
Returns: EmfPlusPath
setRegionNodePath(EmfPlusPath value)
public void setRegionNodePath(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfPlusPath |