|
-
Jun 12th, 2003, 12:34 PM
#1
Thread Starter
Member
Plot Ellipse ***RESOLVED***
I am using the following routine to plot a circle in VB6:
X - X coordinate of the center
Y - Y Coordinate of the center
R - Radius of the arc
For i = 0 To 360
Me.Pset (X + (R * Cos(i * Pi / 180)), Y + (R * Sin(i * Pi / 180)))
next i
What should I use to plot an Ellipse??
Thank You very much
Dalton Serkez
Last edited by DSERKEZ; Jun 16th, 2003 at 11:40 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|