GraphicBaseSetRotationFrom Method |
Sets the rotation from a pivot point and grip movement.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetRotationFrom(
PointD2D relPivot,
PointD2D absPivot,
PointD2D relDrawGrip,
PointD2D diff,
EventFiring eventFiring
)
Parameters
- relPivot PointD2D
- Pivot point in relative coordinates.
- absPivot PointD2D
- Pivot point in absolute coordinates.
- relDrawGrip PointD2D
- Grip point in relative coordinates.
- diff PointD2D
- Difference between absolute grip point and absolute pivot point, in unrotated absolute coordinates.
- eventFiring EventFiring
- Designates whether or not the change event should be fired if the value has changed.
See Also