Click or drag to resize

GraphicBaseSetShearFrom Method

Sets the shear from a grip movement.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetShearFrom(
	PointD2D fixrPosition,
	PointD2D fixaPosition,
	PointD2D relDrawGrip,
	PointD2D diff,
	double initialRotation,
	double initialShear,
	double initialScaleX,
	double initialScaleY,
	EventFiring eventFiring
)

Parameters

fixrPosition  PointD2D
The fixed relative position.
fixaPosition  PointD2D
The fixed absolute position.
relDrawGrip  PointD2D
The relative draw-grip position.
diff  PointD2D
The grip movement difference.
initialRotation  Double
The initial rotation.
initialShear  Double
The initial shear.
initialScaleX  Double
The initial X scale.
initialScaleY  Double
The initial Y scale.
eventFiring  EventFiring
Designates whether or not the change event should be fired if the value has changed.
See Also