D2D1_SVG_VIEWBOX structure
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
|
Header |
|
|---|
Show: