GraphicBaseMovementGripHandle Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MovementGripHandle(
IHitTestObject parent,
GraphicsPath gripPath,
GraphicsPath? objectPath
)
Parameters
- parent IHitTestObject
- The parent hit-test object.
- gripPath GraphicsPath
- The grip hit-test path.
- objectPath GraphicsPath
- The path to display.
See Also