neoGFX
Cross-platform C++ app/game engine
|
#include <graphics_operations.hpp>
Public Attributes | |
point | center |
dimension | radiusA |
dimension | radiusB |
pen | pen |
brush | fill |
Definition at line 201 of file graphics_operations.hpp.
point neogfx::graphics_operation::draw_ellipse::center |
Definition at line 203 of file graphics_operations.hpp.
brush neogfx::graphics_operation::draw_ellipse::fill |
Definition at line 207 of file graphics_operations.hpp.
pen neogfx::graphics_operation::draw_ellipse::pen |
Definition at line 206 of file graphics_operations.hpp.
dimension neogfx::graphics_operation::draw_ellipse::radiusA |
Definition at line 204 of file graphics_operations.hpp.
dimension neogfx::graphics_operation::draw_ellipse::radiusB |
Definition at line 205 of file graphics_operations.hpp.