Click or drag to resize

SvgViewBox Constructor

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

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgViewBox(
	float minX,
	float minY,
	float width,
	float height
)
Request Example View Source

Parameters

minX
Type: SystemSingle
The min X.
minY
Type: SystemSingle
The min Y.
width
Type: SystemSingle
The width.
height
Type: SystemSingle
The height.
See Also