Click or drag to resize

GraphicBaseMovementGripHandle Constructor

Initializes a new instance of the GraphicBaseMovementGripHandle class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MovementGripHandle(
	IHitTestObject parent,
	GraphicsPath gripPath,
	GraphicsPath? objectPath
)

Parameters

parent  IHitTestObject

[Missing <param name="parent"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.MovementGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)"]

gripPath  GraphicsPath

[Missing <param name="gripPath"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.MovementGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)"]

objectPath  GraphicsPath

[Missing <param name="objectPath"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.MovementGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)"]

See Also