Surface.DrawBox Method |
Language: |
Visual Basic Public Sub DrawBox( _
ByVal left As Integer, _
ByVal top As Integer, _
ByVal right As Integer, _
ByVal bottom As Integer _
)C# public void DrawBox(
int left,
int top,
int right,
int bottom
);C++ public:
void DrawBox(
int left,
int top,
int right,
int bottom
);JScript public function DrawBox(
left : int,
top : int,
right : int,
bottom : int
);
left System.Int32
top System.Int32
right System.Int32
bottom System.Int32
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