SDLGraphics.Rectangle
Description:
Content:
Functions:
- public int fill_color (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uint32 color)
- public int fill_rgba (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uchar r, uchar g, uchar b, uchar a)
- public int outline_color (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uint32 color)
- public int outline_rgba (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, uchar r, uchar g, uchar b, uchar a)
- public int rounded_fill_color (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, int16 rad, uint32 color)
- public int rounded_fill_rgba (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, int16 rad, uchar r, uchar g, uchar b, uchar a)
- public int rounded_outline_color (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, int16 rad, uint32 color)
- public int rounded_outline_rgba (Renderer dst, int16 x1, int16 y1, int16 x2, int16 y2, int16 rad, uchar r, uchar g, uchar b, uchar a)