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

RotateRectDstToPaint() private method

The specified rectangle is in 'destination' coordinates. In a vertical view it requires rotation in the same was that the drawing code rotates the actual pixels drawn.
private RotateRectDstToPaint ( Rectangle rect ) : Rectangle
rect System.Drawing.Rectangle
return System.Drawing.Rectangle
		internal virtual Rectangle RotateRectDstToPaint(Rectangle rect)
		{
			return rect;
		}
		/// <summary>