IGripManipulationHandleActivate Method |
Activates this grip, providing the initial position of the mouse.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Activate(
HitTestPointData initialPosition,
bool isActivatedUponCreation
)
Parameters
- initialPosition HitTestPointData
- Initial position of the mouse.
- isActivatedUponCreation Boolean
- If true the activation is called right after creation of this handle. If false,
thie activation is due to a regular mouse click in this grip.
See Also