Surface.DrawCircle Method |
Language: |
Visual Basic Public Sub DrawCircle( _
ByVal x As Integer, _
ByVal y As Integer, _
ByVal radius As Integer _
)C# public void DrawCircle(
int x,
int y,
int radius
);C++ public:
void DrawCircle(
int x,
int y,
int radius
);JScript public function DrawCircle(
x : int,
y : int,
radius : int
);
x System.Int32
y System.Int32
radius 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