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

#include <graphics_operations.hpp>

Public Attributes

point p0
 
point p1
 
point p2
 
point p3
 
pen pen
 

Detailed Description

Definition at line 230 of file graphics_operations.hpp.

Member Data Documentation

◆ p0

point neogfx::graphics_operation::draw_cubic_bezier::p0

Definition at line 232 of file graphics_operations.hpp.

◆ p1

point neogfx::graphics_operation::draw_cubic_bezier::p1

Definition at line 233 of file graphics_operations.hpp.

◆ p2

point neogfx::graphics_operation::draw_cubic_bezier::p2

Definition at line 234 of file graphics_operations.hpp.

◆ p3

point neogfx::graphics_operation::draw_cubic_bezier::p3

Definition at line 235 of file graphics_operations.hpp.

◆ pen

pen neogfx::graphics_operation::draw_cubic_bezier::pen

Definition at line 236 of file graphics_operations.hpp.


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