Click or drag to resize

IGripManipulationHandleActivate Method

Activates this grip, providing the initial position of the mouse.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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