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