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

#include <graphics_operations.hpp>

Public Attributes

point center
 
dimension radius
 
angle startAngle
 
angle endAngle
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 220 of file graphics_operations.hpp.

Member Data Documentation

◆ center

point neogfx::graphics_operation::draw_arc::center

Definition at line 222 of file graphics_operations.hpp.

◆ endAngle

angle neogfx::graphics_operation::draw_arc::endAngle

Definition at line 225 of file graphics_operations.hpp.

◆ fill

brush neogfx::graphics_operation::draw_arc::fill

Definition at line 227 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_arc::pen

Definition at line 226 of file graphics_operations.hpp.

◆ radius

dimension neogfx::graphics_operation::draw_arc::radius

Definition at line 223 of file graphics_operations.hpp.

◆ startAngle

angle neogfx::graphics_operation::draw_arc::startAngle

Definition at line 224 of file graphics_operations.hpp.


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