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 210 of file graphics_operations.hpp.
point neogfx::graphics_operation::draw_pie::center |
Definition at line 212 of file graphics_operations.hpp.
angle neogfx::graphics_operation::draw_pie::endAngle |
Definition at line 215 of file graphics_operations.hpp.
brush neogfx::graphics_operation::draw_pie::fill |
Definition at line 217 of file graphics_operations.hpp.
pen neogfx::graphics_operation::draw_pie::pen |
Definition at line 216 of file graphics_operations.hpp.
dimension neogfx::graphics_operation::draw_pie::radius |
Definition at line 213 of file graphics_operations.hpp.
angle neogfx::graphics_operation::draw_pie::startAngle |
Definition at line 214 of file graphics_operations.hpp.