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

RotatePointDstToPaint() private method

The specified point is in 'destination' coordinates. In a vertical view it requires rotation in the same way that the drawing code rotates the actual pixels drawn.
private RotatePointDstToPaint ( Point pt ) : Point
pt Point
return Point
		internal virtual Point RotatePointDstToPaint(Point pt)
		{
			return pt;
		}