Base class for flowchart manipulators, which are user interface elements attached to a diagram item. The user can perform various manipulations on objects through their attached manipulators.
The following tables list the members exposed by the Manipulator type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Manipulator class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether this manipulator can receive input focus. |
|
![]() |
Gets or sets a value indicating whether this manipulator is enabled and can be interacted with. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether the manipulator currently holds the input focus. |
|
![]() |
Gets or sets the item this manipulator is attached to. |
Name | Description | |
---|---|---|
![]() |
Adds the manipulator's repaint area to the specified rectangle. |
|
![]() |
Renders the manipulator. |
|
![]() |
Returns whether the manipulator object draws in local or global coordinates. |
|
![]() |
Overloaded. Checks whether the specified point lies within the manipulator. |
|
![]() |
Returns whether the manipulator object needs to track touch events. |
|
![]() |
Tests if the specified point lies within the dedicated area and performs the appropriate manipulator action. |
|
![]() |
Called when the manipulator receives input focus. |
|
![]() |
Called when a character key is pressed when this manipulator has the input focus. |
|
![]() |
Called when the manipulator loses the input focus. |
|
![]() |
Called when the user touches over this manipulator. |
|
![]() |
Called when the drags while this manipulator tracks touch events. |
|
![]() |
Called when the releases a touch while this manipulator tracks touch events. |
|
![]() |
Called when the zoom factor in the diagram containing the manipulator has changed. |
|
![]() |
Gets a value indicating whether the manipulator supports clipping. |
Name | Description | |
---|---|---|
![]() |
Called when IsEnabled changes. |