Base Framework
|
#include <base/ui/GraphicsContext.h>
Inherits GraphicsContext::GraphicsContextObject.
Public Member Functions | |
Pen () noexcept | |
Pen (Color color) | |
Pen (PenStyle style, Color color, unsigned int width=1) | |
Handle to a pen.
|
inlinenoexcept |
Initializes invalid pen.
GraphicsContext::Pen::Pen | ( | Color | color | ) |
Initializes pen as solid and with 1 in width.
color | The desired color. |