GraphicBaseRotationGripHandleActivate Method |
Activates this grip, providing the initial position of the mouse.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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.
Implements
IGripManipulationHandleActivate(PointD2D, Boolean)See Also