Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Geom::Aspect Struct Reference

Structure that specifies placement of within a viewport. More...

#include <rect.h>

Public Member Functions

 Aspect (Align a=ALIGN_NONE, Expansion ex=EXPANSION_MEET)
 

Public Attributes

Align align
 
Expansion expansion
 
bool deferred
 for SVG compatibility
 

Detailed Description

Structure that specifies placement of within a viewport.

Use this to create transformations that preserve aspect.

Definition at line 76 of file rect.h.

Constructor & Destructor Documentation

◆ Aspect()

Geom::Aspect::Aspect ( Align  a = ALIGN_NONE,
Expansion  ex = EXPANSION_MEET 
)
inline

Definition at line 81 of file rect.h.

Member Data Documentation

◆ align

Align Geom::Aspect::align

Definition at line 77 of file rect.h.

Referenced by Geom::Rect::transformTo().

◆ deferred

bool Geom::Aspect::deferred

for SVG compatibility

Definition at line 79 of file rect.h.

◆ expansion

Expansion Geom::Aspect::expansion

Definition at line 78 of file rect.h.

Referenced by Geom::Rect::transformTo().


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