public class EmfPlusRegionNodePath extends EmfPlusStructureObjectType
The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node.
Constructor and Description |
---|
EmfPlusRegionNodePath() |
Modifier and Type | Method and Description |
---|---|
EmfPlusPath |
getRegionNodePath()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies
the boundary of the region node.
|
int |
getRegionNodePathLength()
Gets or sets a 32-bit signed integer that specifies the
length in bytes of the RegionNodePath field.
|
void |
setRegionNodePath(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies
the boundary of the region node.
|
void |
setRegionNodePathLength(int value)
Gets or sets a 32-bit signed integer that specifies the
length in bytes of the RegionNodePath field.
|
parse_internalized
public EmfPlusPath getRegionNodePath()
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node.
public void setRegionNodePath(EmfPlusPath value)
Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node.
public int getRegionNodePathLength()
Gets or sets a 32-bit signed integer that specifies the length in bytes of the RegionNodePath field.
public void setRegionNodePathLength(int value)
Gets or sets a 32-bit signed integer that specifies the length in bytes of the RegionNodePath field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.