Name | Description | |
---|---|---|
![]() | PointBasedObjectRectangularTransformer | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | PointBasedObjectRectangularTransformer | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | BoundingBoxArea | Gets or sets a selection of object's bounding box. |
![]() | CanMove | Gets or sets a value indicating whether the interactive object can be moved. |
![]() | CanResize | Gets or sets a value indicating whether the size of the interactive object can be changed. |
![]() | CanRotate | Gets or sets a value indicating whether the interactive object can be rotated. |
![]() | FocusedInteractionArea | Gets a focused interaction area. (Inherited from InteractionControllerBase) |
![]() | HasAppearance | Gets a value indicating whether this interaction controller has appearance. (Inherited from InteractionControllerBase) |
![]() | InteractionAreas | Gets a read-only collection of interaction areas. (Inherited from InteractionControllerBase) |
![]() | InteractiveObject | Gets an interactive object of interaction controller. (Inherited from InteractionControllerBase<T>) |
![]() | IsActivated | Gets a value indicating whether controller is activated. (Inherited from InteractionControllerBase) |
![]() | IsEnabled | Gets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase) |
![]() | IsInteracting | Gets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase) |
![]() | IsVisible | Gets a value indicating whether controller is visible. (Inherited from InteractionControllerBase<T>) |
![]() | MoveArea | Gets an interaction area that is used for moving of interactive object. |
![]() | MoveMinLength | Gets or sets minimum distance, in pixels (between interaction starting point and current point), which is necessary for starting of object moving. |
![]() | PointsTransformer | Gets or sets the transformer of transformation points of interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | ResizePoints | Gets an object that contains the interaction points that should be used for resizing of object. |
![]() | RotationAngle | Gets or sets the rotation angle, in degrees. |
![]() | RotationAssistant | Gets or sets the rotation assistant. |
![]() | RotationCenterPoint | Gets or sets the rotation center point. |
![]() | RotationPoint | Gets or sets the rotation point. |
![]() | RotationPointDistance | Gets or sets the distance, in pixels, from the object bounding box to the rotation point. |
![]() | UseBoundingBoxAsMoveArea | Gets or sets a value indicating whether transformer must use the move area with contour, which is equal to the contour of object's bounding box. |
Name | Description | |
---|---|---|
![]() | InteractionAreaList | Gets a list of interaction areas. (Inherited from InteractionControllerBase) |
![]() | PointCount | Gets a count of transformation points. (Inherited from PointBasedObjectInteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | DrawAppearance | Draws the interaction controller appearance on specifed graphics engine. (Inherited from InteractionControllerBase) |
![]() | GetObjectPoints | Returns the points of interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | OnActivate | Invoked when interaction controller is activated. (Inherited from InteractionControllerBase) |
![]() | OnDeactivate | Invoked when interaction controller is deactivated. (Inherited from InteractionControllerBase) |
![]() | OnInteraction | Invoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | Reset | Resets the interaction controller. |
![]() | Rotate | Applies a clockwise rotation to the interactive object around the rotation point of object. |
![]() | RotateAt | Applies a clockwise rotation to the interactive object around the point specified in the point parameter. |
![]() | Scale | Scales the interactive object. |
![]() | ScaleAt | Scales the interactive object at specified point. |
![]() | SetObjectPoints | Sets the points of interactive object and resets this transformer. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | Translate | Translates the interactive object at specified offset. |
![]() | UpdateInteractionAreas | Updates the interaction areas of this controller. |
Name | Description | |
---|---|---|
![]() | GetTransformationBoundingBox | Returns the transformation bounding box. |
![]() | GetTransformationPoint | Returns a transformation point, at specified index, of interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | GetTransformationPoints | Returns the transformation points of an interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | OnInteractionFinished | Raises the InteractionFinished event. (Inherited from InteractionControllerBase) |
![]() | PerformInteraction | Performs an interaction between user and interaction area of interactive object. |
![]() | ProcessImeMessages | Processes the IME Windows messages. (Inherited from InteractionControllerBase) |
![]() | SetTransformationPoint | Sets a transformation point, at the specified index, of interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
![]() | SetTransformationPoints | Sets the transformation points of an interactive object. (Inherited from PointBasedObjectInteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | Interaction | Occurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | InteractionFinished | Occurs when interaction is finished. (Inherited from InteractionControllerBase) |
PointBasedObjectRectangularTransformer Class
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace