Low Level UI

Low Level UI




Canvas

We use the Canvas class for low-level UI design and also to handle low-level events like pushing a button or clicking a pointer device. Here I won't go into the details. You can go through the API documentation. We will just go through some relevant points -

Graphics


Graphics object is used by the Canvas to do all 2D manipulation. (There is a separate API for 3D). Here we will just highlight a few aspects, the details can be found on the API documentation.