IGripManipulationHandleActivate Method |
Activates this grip, providing the initial position of the mouse.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Activate(
PointD2D initialPosition,
bool isActivatedUponCreation
)
Parameters
- initialPosition PointD2D
- 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