OpenCardinalSplineOpenBSplineHitTestObjectGetGrips Method |
Shows the grips, i.e. the special areas for manipulation of the object.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override IGripManipulationHandle[]? GetGrips(
double pageScale,
int gripLevel
)
Parameters
- pageScale Double
- The page scale used to size the grip handles.
- gripLevel Int32
- The grip level. For 0, only the translation grip is shown.
Return Value
IGripManipulationHandleGrip manipulation handles that are used to show the grips and to manipulate the object.
Implements
IHitTestObjectGetGrips(Double, Int32)
See Also