neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::graphics_operation::draw_circle Struct Reference

#include <graphics_operations.hpp>

Public Attributes

point center
 
dimension radius
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 193 of file graphics_operations.hpp.

Member Data Documentation

◆ center

point neogfx::graphics_operation::draw_circle::center

Definition at line 195 of file graphics_operations.hpp.

◆ fill

brush neogfx::graphics_operation::draw_circle::fill

Definition at line 198 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_circle::pen

Definition at line 197 of file graphics_operations.hpp.

◆ radius

dimension neogfx::graphics_operation::draw_circle::radius

Definition at line 196 of file graphics_operations.hpp.


The documentation for this struct was generated from the following file: