neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::file::svg::basic_shape Struct Reference

#include <svg.hpp>

Classes

struct  circle
 
struct  ellipse
 
struct  inset
 
struct  path
 
struct  polygon
 

Public Types

enum class  value {
  Inset , Circle , Ellipse , Polygon ,
  Path
}
 
typedef std::variant< inset, circle, ellipse, polygon, pathvalue_type
 

Detailed Description

Definition at line 38 of file svg.hpp.

Member Typedef Documentation

◆ value_type

Definition at line 70 of file svg.hpp.

Member Enumeration Documentation

◆ value

Enumerator
Inset 
Circle 
Ellipse 
Polygon 
Path 

Definition at line 40 of file svg.hpp.


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