Table of Contents

Struct SvgLength

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

A 3D vector that consists of three single-precision floating-point values (x, y, z).

public struct SvgLength
Inherited Members

Fields

Units

The y value of the vector.

public SvgLengthUnits Units

Field Value

SvgLengthUnits

Value

The x value of the vector.

public float Value

Field Value

float