D2D1_SVG_VIEWBOX structure (d2d1svg.h)
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 |