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.

Esta clase es estática.

Propiedades estáticas
BackColor  
Background  
FillStyle  
Font  
ForeColor  
Foreground  
LineStyle  
LineWidth  

Métodos estáticos
Begin   Begins a new drawing. The device can be one of the following objects:
Ellipse  
End  
Image  
Line  
Point  
Rect  
Rotate  
Scale  
Text