ObjFW
<OFCanvas> Protocol Reference

A protocol for a canvas that can be drawn to. More...

#include <ObjFW/ObjFW.h>

Inheritance diagram for <OFCanvas>:
OFCanvas

Detailed Description

A protocol for a canvas that can be drawn to.

To what it is drawn is implementation specific - it could be to an OFImage or to an OpenGL context, for example. OFCanvas is an implementation drawing to an OFImage in software and always available.


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