Alsing.Drawing.GDI.GDISurface.DrawString C# (CSharp) Method

DrawString() public method

public DrawString ( string Text, int x, int y, int width, int height ) : void
Text string
x int
y int
width int
height int
return void
        public void DrawString(string Text, int x, int y, int width, int height)
        {
            //to be implemented
            //map DrawText
        }