RetroArch
Public Attributes | List of all members
D2D1_SVG_PRESERVE_ASPECT_RATIO Struct Reference

Represents all SVG preserveAspectRatio settings. More...

#include <d2d1svg.h>

Public Attributes

BOOL defer
 Sets the 'defer' portion of the preserveAspectRatio settings. This field only has an effect on an 'image' element that references another SVG document. As this is not currently supported, the field has no impact on rendering. More...
 
D2D1_SVG_ASPECT_ALIGN align
 Sets the align portion of the preserveAspectRatio settings. More...
 
D2D1_SVG_ASPECT_SCALING meetOrSlice
 Sets the meetOrSlice portion of the preserveAspectRatio settings. More...
 

Detailed Description

Represents all SVG preserveAspectRatio settings.

Member Data Documentation

◆ align

D2D1_SVG_ASPECT_ALIGN D2D1_SVG_PRESERVE_ASPECT_RATIO::align

Sets the align portion of the preserveAspectRatio settings.

◆ defer

BOOL D2D1_SVG_PRESERVE_ASPECT_RATIO::defer

Sets the 'defer' portion of the preserveAspectRatio settings. This field only has an effect on an 'image' element that references another SVG document. As this is not currently supported, the field has no impact on rendering.

◆ meetOrSlice

D2D1_SVG_ASPECT_SCALING D2D1_SVG_PRESERVE_ASPECT_RATIO::meetOrSlice

Sets the meetOrSlice portion of the preserveAspectRatio settings.


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