GraphicBaseGetGrips Method |
Creates grip handles for the specified hit-test object.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual IGripManipulationHandle[] GetGrips(
IHitTestObject hitTest,
double pageScale,
GraphicBaseGripKind gripKind
)
Parameters
- hitTest IHitTestObject
- The hit-test object.
- pageScale Double
- The current page scale.
- gripKind GraphicBaseGripKind
- The kinds of grips to create.
Return Value
IGripManipulationHandleThe created grip handles.
See Also