SIL.FieldWorks.Common.RootSites.OrientationManager.RotatePointPaintToDst C# (CSharp) Method

RotatePointPaintToDst() private method

The specified point is in 'paint' coordinates. In a vertical view it requires rotation reversing way that the drawing code rotates the actual pixels drawn to get 'destination' coordinates that the root box will interpret correctly.
private RotatePointPaintToDst ( Point pt ) : Point
pt Point
return Point
		internal virtual Point RotatePointPaintToDst(Point pt)
		{
			return pt;
		}