SIL.FieldWorks.Common.RootSites.OrientationManager.RotatePointDstToPaint C# (CSharp) 메소드

RotatePointDstToPaint() 개인적인 메소드

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
리턴 Point
		internal virtual Point RotatePointDstToPaint(Point pt)
		{
			return pt;
		}