Bare Metal Programming Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
bmptk::graphics::image Class Referenceabstract

a recangular block that can be drawn at a position in a frame More...

#include <graphics.h>

Inheritance diagram for bmptk::graphics::image:
bmptk::graphics::image_pixels bmptk::graphics::text bmptk::graphics::char_photo bmptk::graphics::inline_bw_photo bmptk::graphics::inline_rgb_photo bmptk::graphics::inline_font

Public Member Functions

 image ()
 default constructor
 
virtual void draw (frame &frame, const vector position=vector::origin()) const =0
 draw the picture in the frame at the position
 

Detailed Description

a recangular block that can be drawn at a position in a frame

An image can draw itself in a frame.

Definition at line 1458 of file graphics.h.


The documentation for this class was generated from the following file: