Table of Contents

Struct SvgViewBox

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

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

float

Width

The z value of the vector.

public float Width

Field Value

float

X

The x value of the vector.

public float X

Field Value

float

Y

The y value of the vector.

public float Y

Field Value

float