Click or drag to resize

IGripManipulationHandle Interface

Used to manipulate an object by dragging it's grip area around.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IGripManipulationHandle

The IGripManipulationHandle type exposes the following members.

Methods
 NameDescription
Public methodActivate Activates this grip, providing the initial position of the mouse.
Public methodDeactivate Announces the deactivation of this grip.
Public methodIsGripHit Tests if the grip is hitted.
Public methodMoveGrip Moves the grip to the new position.
Public methodShow Draws the grip in the graphics context.
Top
See Also