Surface.draw
- void draw(int x, int y, Color color)
- void draw(iVector point, Color color)
- void draw(iVector first, iVector second, Color color)
- void draw(iSegment line, Color color)
- void draw(iPolygon!sides toDraw, Color color)
- void draw(iRectangle rect, Color color)
- void draw(BezierCurve!(int, 2) curve, Color color)
- void draw(iRectangle bounds, double startAngle, double endAngle)
- void draw(iRectangle bounds, double startAngle, double endAngle, Color color)
d2dsdl2SurfaceSurface
constructorsdestructorsfunctionsproperties
Draws the ellipse bounded by the given box between the given angles in radians with the given color More points generally means a slower but more well drawn ellipse