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 a point on the surface with the given color