Hi All!
I have following problem with my Win32 Application:
I want to draw a circle into my window and I have the parameters for it (x, y, radius).
I have found DrawCircle in MSDN like:
Syntax
object.DrawCircle x, y, radius, [color, aspect]
When I tried it I got an error ('DrawCircle' : undeclared identifier).
Thanks for your help!
I have following problem with my Win32 Application:
I want to draw a circle into my window and I have the parameters for it (x, y, radius).
I have found DrawCircle in MSDN like:
Syntax
object.DrawCircle x, y, radius, [color, aspect]
When I tried it I got an error ('DrawCircle' : undeclared identifier).
Thanks for your help!