GoXam for WPF v3
ComputeRotate Method
Northwoods.GoXam.Tool Namespace > RotatingTool Class : ComputeRotate Method
a Point in model coordinates
Compute the new angle given a Point.
Syntax
protected virtual double ComputeRotate( 
   Point newPoint
)

Parameters

newPoint
a Point in model coordinates

Return Value

the new angle, in degrees
Remarks
If the angle is close (by SnapAngleEpsilon degrees) to a multiple of SnapAngleMultiple degrees, make it exactly that multiple.
See Also

Reference

RotatingTool Class
RotatingTool Members