Click or drag to resize

IGripManipulationHandle Interface

Represents a handle used to manipulate an object by dragging its grip area.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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 whether the grip is hit.
Public methodMoveGrip Moves the grip to the new position.
Public methodShow Draws the grip in the graphics context.
Top
See Also