neoGFX
Cross-platform C++ app/game engine
|
#include <graphics_operations.hpp>
Public Attributes | |
rect | rect |
size | squareSize |
pen | pen |
brush | fill1 |
brush | fill2 |
Definition at line 184 of file graphics_operations.hpp.
brush neogfx::graphics_operation::draw_checker_rect::fill1 |
Definition at line 189 of file graphics_operations.hpp.
brush neogfx::graphics_operation::draw_checker_rect::fill2 |
Definition at line 190 of file graphics_operations.hpp.
pen neogfx::graphics_operation::draw_checker_rect::pen |
Definition at line 188 of file graphics_operations.hpp.
rect neogfx::graphics_operation::draw_checker_rect::rect |
Definition at line 186 of file graphics_operations.hpp.
size neogfx::graphics_operation::draw_checker_rect::squareSize |
Definition at line 187 of file graphics_operations.hpp.