neoGFX
Cross-platform C++ app/game engine
|
#include <graphics_operations.hpp>
Public Attributes | |
point | center |
dimension | radius |
pen | pen |
brush | fill |
Definition at line 193 of file graphics_operations.hpp.
point neogfx::graphics_operation::draw_circle::center |
Definition at line 195 of file graphics_operations.hpp.
brush neogfx::graphics_operation::draw_circle::fill |
Definition at line 198 of file graphics_operations.hpp.
pen neogfx::graphics_operation::draw_circle::pen |
Definition at line 197 of file graphics_operations.hpp.
dimension neogfx::graphics_operation::draw_circle::radius |
Definition at line 196 of file graphics_operations.hpp.