Base Framework
|
Handle to a graphics context object (e.g. pen, brush, and font). More...
#include <base/ui/GraphicsContext.h>
Inherited by GraphicsContext::Brush [private]
, GraphicsContext::Font [private]
, and GraphicsContext::Pen [private]
.
Public Member Functions | |
GraphicsContextObject (void *_handle) noexcept | |
void * | getHandle () |
void | setHandle (void *handle) noexcept |
Protected Attributes | |
Reference< GraphicsContextObjectHandle > | handle |
Handle to a graphics context object (e.g. pen, brush, and font).