Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Ndraw | |
CColor | RGBA floating-point color |
CContext | OpenGL rendering context base interface class |
CFont | Set of characters of the same style and size |
▼CGeometry | Set of indexed 2D-primitives |
CVertex | 2D-vertex |
CImage | 2D-array of pixels specified format |
CPoint | A point in pixel space |
CRect | A rect in pixel space |
CRenderer | Factory and context owner |
CShape | A visual shape |
CSize | A size in pixel space |
CSpan | Contiguous sequence of elements |
CText | A text object |
CVector2 | Floating-point 2D-vector |
CVisual | Base interface class of any visual object |