pod
gfx
Graphics API
Types
Brush | Brush defines how a shape is filled |
Color | Color models an ARGB color with an alpha, red, green, and blue component between 0 and 255. |
Font | Font models the rendering of text. |
GfxEnv | GfxEnv models an implementation of the gfx graphics API. |
Gradient | Fills a shape using a two color linear gradient. |
Graphics | Graphics is used to draw 2D graphics. |
Hints | Hints model heights/weight contraints. |
Image | Image represents a graphical image. |
Insets | Insets represent a number of pixels around the edge of a rectangle. |
Pen | Pen defines how a shape is stroked. |
Point | Point represents a coordinate in the display space. |
Rect | Represents the x,y coordinate and w,h size of a rectangle. |
Size | Size represents the width and height of a rectangle. |