GraphicBaseSetBoundsFrom Method |
Sets the bounds from.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetBoundsFrom(
VectorD3D fixPointRelativePosition,
PointD3D fixPointAbsolutePosition,
VectorD3D movePointRelativePosition,
VectorD3D diff,
VectorD3D initialObjectSize,
EventFiring eventFiring
)
Parameters
- fixPointRelativePosition VectorD3D
- The relative position of the object's edge or vertex, which is held fixed during the operation.
- fixPointAbsolutePosition PointD3D
- The paramter fixPointRelativePosition, converted to parent's (layer) coordinates.
- movePointRelativePosition VectorD3D
- The relative position of the draw grip (0..1, 0..1).
- diff VectorD3D
- The movement vector of the grip handle.
- initialObjectSize VectorD3D
- 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