Click or drag to resize

SvgUnit Constructor (SvgUnitType, Single)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgUnit struct.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgUnit(
	SvgUnitType type,
	float value
)
Request Example View Source

Parameters

type
Type: SvgSvgUnitType
The type.
value
Type: SystemSingle
The value.
See Also