Xwt.Drawing.TextLayout.GetCoordinateFromIndex C# (CSharp) Method

GetCoordinateFromIndex() public method

Obtains the graphical coordinate of an character in the layout.
public GetCoordinateFromIndex ( int index ) : System.Point
index int The index of the character.
return System.Point
		public Point GetCoordinateFromIndex (int index)
		{
			return handler.GetCoordinateFromIndex (Backend, index);
		}