![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <graphics_operations.hpp>
Public Attributes | |
| point | center |
| dimension | radius |
| angle | startAngle |
| angle | endAngle |
| pen | pen |
| brush | fill |
Definition at line 220 of file graphics_operations.hpp.
| point neogfx::graphics_operation::draw_arc::center |
Definition at line 222 of file graphics_operations.hpp.
| angle neogfx::graphics_operation::draw_arc::endAngle |
Definition at line 225 of file graphics_operations.hpp.
| brush neogfx::graphics_operation::draw_arc::fill |
Definition at line 227 of file graphics_operations.hpp.
| pen neogfx::graphics_operation::draw_arc::pen |
Definition at line 226 of file graphics_operations.hpp.
| dimension neogfx::graphics_operation::draw_arc::radius |
Definition at line 223 of file graphics_operations.hpp.
| angle neogfx::graphics_operation::draw_arc::startAngle |
Definition at line 224 of file graphics_operations.hpp.