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

#include <graphics_operations.hpp>

Public Attributes

rect rect
 
size squareSize
 
pen pen
 
brush fill1
 
brush fill2
 

Detailed Description

Definition at line 184 of file graphics_operations.hpp.

Member Data Documentation

◆ fill1

brush neogfx::graphics_operation::draw_checker_rect::fill1

Definition at line 189 of file graphics_operations.hpp.

◆ fill2

brush neogfx::graphics_operation::draw_checker_rect::fill2

Definition at line 190 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_checker_rect::pen

Definition at line 188 of file graphics_operations.hpp.

◆ rect

rect neogfx::graphics_operation::draw_checker_rect::rect

Definition at line 186 of file graphics_operations.hpp.

◆ squareSize

size neogfx::graphics_operation::draw_checker_rect::squareSize

Definition at line 187 of file graphics_operations.hpp.


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