Expand description
Provides the Canvas
struct, which allows the screen to be manipulated, such as by drawing
points, lines, rectangles, text, or textures to it.
Structs§
- Canvas
- This struct allows you to draw to the screen in various ways. It is a wrapper around:
Type Aliases§
- Surface
Canvas - A
Canvas
that internally renders to aSurface
. - Window
Canvas - A
Canvas
that renders to aWindow
on the screen.