Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an SVG viewBox.
Syntax
typedef struct D2D1_SVG_VIEWBOX {
FLOAT x;
FLOAT y;
FLOAT width;
FLOAT height;
} D2D1_SVG_VIEWBOX;
Members
x
X coordinate of the view box.
y
Y coordinate of the view box.
width
Width of the view box.
height
Height of the view box.
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1svg.h |