AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
AeonGUI::ViewBox Struct Reference

SVG viewBox attribute value. More...

#include <aeongui/Attribute.hpp>

Public Attributes

double min_x {}
 Minimum X coordinate of the viewport.
double min_y {}
 Minimum Y coordinate of the viewport.
double width {}
 Width of the viewport.
double height {}
 Height of the viewport.

Detailed Description

SVG viewBox attribute value.

Stores the min-x, min-y, width, and height defining the SVG viewport rectangle.


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