GraphicBaseSetRotationFrom Method |
[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.SetRotationFrom(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.EventFiring)"]
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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