Struct SvgViewBox
A 3D vector that consists of three single-precision floating-point values (x, y, z).
public struct SvgViewBox
- Inherited Members
Fields
Height
No documentation.
public float Height
Field Value
Width
The z value of the vector.
public float Width
Field Value
X
The x value of the vector.
public float X
Field Value
Y
The y value of the vector.
public float Y