neoGFX
Cross-platform C++ app/game engine
|
#include <graphics_operations.hpp>
Public Attributes | |
point | from |
point | to |
pen | pen |
Definition at line 153 of file graphics_operations.hpp.
point neogfx::graphics_operation::draw_line::from |
Definition at line 155 of file graphics_operations.hpp.
pen neogfx::graphics_operation::draw_line::pen |
Definition at line 157 of file graphics_operations.hpp.
point neogfx::graphics_operation::draw_line::to |
Definition at line 156 of file graphics_operations.hpp.