Surface.DrawText Method |
Language: |
Visual Basic Public Sub DrawText( _
ByVal x As Integer, _
ByVal y As Integer, _
ByVal text As String, _
ByVal drawAtLastPosition As Boolean _
)C# public void DrawText(
int x,
int y,
string text,
bool drawAtLastPosition
);C++ public:
void DrawText(
int x,
int y,
String^ text,
bool drawAtLastPosition
);JScript public function DrawText(
x : int,
y : int,
text : String,
drawAtLastPosition : boolean
);
x System.Int32
y System.Int32
text System.String
drawAtLastPosition System.Boolean
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center