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

#include <graphics_operations.hpp>

Public Attributes

point center
 
dimension radiusA
 
dimension radiusB
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 201 of file graphics_operations.hpp.

Member Data Documentation

◆ center

point neogfx::graphics_operation::draw_ellipse::center

Definition at line 203 of file graphics_operations.hpp.

◆ fill

brush neogfx::graphics_operation::draw_ellipse::fill

Definition at line 207 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_ellipse::pen

Definition at line 206 of file graphics_operations.hpp.

◆ radiusA

dimension neogfx::graphics_operation::draw_ellipse::radiusA

Definition at line 204 of file graphics_operations.hpp.

◆ radiusB

dimension neogfx::graphics_operation::draw_ellipse::radiusB

Definition at line 205 of file graphics_operations.hpp.


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