Draw (gb.sdl)

This class is used for drawing on a Window or a Image object (disabled currently).

Before starting drawing anything, you must call the Begin method by passing it the object where you want to draw.

Then you can call any of the drawing methods to draw points, lines, texts, images...

When your drawing is finished, you must call the End method.

该类是静态类。

静态属性
BackColor  
Background  
FillStyle  
Font  
ForeColor  
Foreground  
LineStyle  
LineWidth  

静态方法
Begin   Begins a new drawing. The device can be one of the following objects:
Ellipse  
End  
Image  
Line  
Point  
Rect  
Rotate  
Scale  
Text