Prosurv cEZ, Prosurv CE and Prosurv PC - Land Surveying Data Collection

Prosurv Pocket Quads™ & Prosurv Imaging™ - 7.5' USGS Topo Quad Sheet Software

Call 888-647-9500 Toll-free or e-mail us at sales@prosurv.com  today!

Hit Counter

 

ASprite.NET Version 2.0.0.0

 

Public Sub DrawText(sText As String, X As Single, Y As Single, bDrawBackground As Boolean)

  • sText - The text to draw

  • X - The X location to start drawing the text

  • Y - The Y location to start drawing the text

  • bDrawBackground - Set this value to True to make the Text a permanent part of the Background

Example:

GameWindow1.DrawSetTextColor(Color.Tomato)

GameWindow1.DrawText("Text Example", 50, 50, True)