Graphic |
protected class PathNodeGripHandle : IGripManipulationHandle
The GraphicBasePathNodeGripHandle type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphicBasePathNodeGripHandle(IHitTestObject, PointD2D, PointD2D, Double) | Initializes a new instance of the GraphicBasePathNodeGripHandle class. | |
| GraphicBasePathNodeGripHandle(IHitTestObject, PointD2D, PointD2D, Double, ActionPointD2D) | Initializes a new instance of the GraphicBasePathNodeGripHandle class. |
| Name | Description | |
|---|---|---|
| GraphObject | Gets the graphic object associated with this grip handle. | |
| IsGrippedObjectDisposed | Gets a value indicating whether the gripped object has been disposed. |
| Name | Description | |
|---|---|---|
| Activate | Activates this grip, providing the initial position of the mouse. | |
| Deactivate | Announces the deactivation of this grip. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsGripHitted | Determines whether the specified point hits the grip. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MoveGrip | Moves the grip to the specified position. | |
| Show | Draws the grip in the graphics context. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _drawrPosition | The relative position of the moved point. | |
| _fixaPosition | The absolute fixed position. | |
| _fixrPosition | The relative fixed position. | |
| _gripCenter | The grip center. | |
| _gripRadius | The grip radius. | |
| _parent | The parent hit-test object. | |
| PathOutlinePen | Gets the pen used to draw the path outline. |