GraphicBaseResizeGripHandle Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ResizeGripHandle(
IHitTestObject parent,
PointD2D relPos,
MatrixD2D spanningHalfYRhombus
)
Parameters
- parent IHitTestObject
- The data for the object that is about to be resized.
- relPos PointD2D
- The relative position of the handle. A value of 0 designates left (x) or top (y). A value of 1 designates right (x) or bottom (y).
- spanningHalfYRhombus MatrixD2D
- The spanning half y rhombus.
See Also