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

#include <graphics_operations.hpp>

Public Attributes

rect rect
 
vec4 radius
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 176 of file graphics_operations.hpp.

Member Data Documentation

◆ fill

brush neogfx::graphics_operation::draw_rounded_rect::fill

Definition at line 181 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_rounded_rect::pen

Definition at line 180 of file graphics_operations.hpp.

◆ radius

vec4 neogfx::graphics_operation::draw_rounded_rect::radius

Definition at line 179 of file graphics_operations.hpp.

◆ rect

rect neogfx::graphics_operation::draw_rounded_rect::rect

Definition at line 178 of file graphics_operations.hpp.


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