GraphicBaseSetBoundsFrom Method |
Sets the bounds from.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetBoundsFrom(
PointD2D fixrPosition,
PointD2D fixaPosition,
PointD2D relDrawGrip,
PointD2D diff,
PointD2D initialSize,
EventFiring eventFiring
)
Parameters
- fixrPosition PointD2D
- The relative position of the object's edge or vertex, which is held fixed during the operation.
- fixaPosition PointD2D
- The paramter fixrPosition, converted to parent's coordinates.
- relDrawGrip PointD2D
- The relative position of the draw grip (0..1, 0..1).
- diff PointD2D
- The movement vector of the grip handle.
- initialSize PointD2D
- The initial size of the object.
- eventFiring EventFiring
- Designates whether or not the change event should be fired if the value has changed.
See Also