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

#include <svg.hpp>

Public Types

enum class  value { Url , BasicShapeGeometryBox , None }
 
typedef std::variant< std::monostate, url, std::pair< std::optional< basic_shape >, std::optional< geometry_box > > > value_type
 

Detailed Description

Definition at line 136 of file svg.hpp.

Member Typedef Documentation

◆ value_type

typedef std::variant<std::monostate, url, std::pair<std::optional<basic_shape>, std::optional<geometry_box> > > neogfx::file::svg::attribute::presentation::clip_path::value_type

Definition at line 144 of file svg.hpp.

Member Enumeration Documentation

◆ value

Enumerator
Url 
BasicShapeGeometryBox 
None 

Definition at line 138 of file svg.hpp.


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