public class FreeFormHandle extends AdjustmentHandle
FreeFormNode
.Constructor and Description |
---|
FreeFormHandle(int pointIndex)
Initializes a new instance of the FreeFormHandle class.
|
Modifier and Type | Method and Description |
---|---|
int |
getPointIndex()
Gets the index of a point from FreeFormNode.Points collection that is being modified through this handle.
|
void |
setPointIndex(int pointIndex)
Sets the index of a point from FreeFormNode.Points collection that is being modified through this handle.
|
public FreeFormHandle(int pointIndex)
pointIndex
- An index of a point from FreeFormNode.Points
collection that is being modified through this handle.public int getPointIndex()
public void setPointIndex(int pointIndex)
pointIndex
- An integer index of modified outline point.