neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::graphics_operation::draw_pie 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 210 of file graphics_operations.hpp.

Member Data Documentation

◆ center

point neogfx::graphics_operation::draw_pie::center

Definition at line 212 of file graphics_operations.hpp.

◆ endAngle

angle neogfx::graphics_operation::draw_pie::endAngle

Definition at line 215 of file graphics_operations.hpp.

◆ fill

brush neogfx::graphics_operation::draw_pie::fill

Definition at line 217 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_pie::pen

Definition at line 216 of file graphics_operations.hpp.

◆ radius

dimension neogfx::graphics_operation::draw_pie::radius

Definition at line 213 of file graphics_operations.hpp.

◆ startAngle

angle neogfx::graphics_operation::draw_pie::startAngle

Definition at line 214 of file graphics_operations.hpp.


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