RetroArch
|
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... | |
Represents all SVG preserveAspectRatio settings.
D2D1_SVG_ASPECT_ALIGN D2D1_SVG_PRESERVE_ASPECT_RATIO::align |
Sets the align portion of the preserveAspectRatio settings.
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.
D2D1_SVG_ASPECT_SCALING D2D1_SVG_PRESERVE_ASPECT_RATIO::meetOrSlice |
Sets the meetOrSlice portion of the preserveAspectRatio settings.