Click or drag to resize

GraphicBaseRescaleGripHandle Constructor

Initializes a new instance of the GraphicBaseRescaleGripHandle class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RescaleGripHandle(
	IHitTestObject parent,
	PointD2D relPos,
	MatrixD2D spanningHalfYRhombus
)

Parameters

parent  IHitTestObject
The parent hit test object.
relPos  PointD2D
The relative position of the grip.
spanningHalfYRhombus  MatrixD2D
The transformation matrix used to display the grip.
See Also