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

#include <graphics_operations.hpp>

Public Attributes

point p0
 
point p1
 
point p2
 
pen pen
 
brush fill
 

Detailed Description

Definition at line 160 of file graphics_operations.hpp.

Member Data Documentation

◆ fill

brush neogfx::graphics_operation::draw_triangle::fill

Definition at line 166 of file graphics_operations.hpp.

◆ p0

point neogfx::graphics_operation::draw_triangle::p0

Definition at line 162 of file graphics_operations.hpp.

◆ p1

point neogfx::graphics_operation::draw_triangle::p1

Definition at line 163 of file graphics_operations.hpp.

◆ p2

point neogfx::graphics_operation::draw_triangle::p2

Definition at line 164 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_triangle::pen

Definition at line 165 of file graphics_operations.hpp.


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