Click or drag to resize

svgGraphicElementBaseSetViewBox Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the view box.

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void SetViewBox(
	selectRangeArea box = null
)
Request Example View Source

Parameters

box (Optional)
Type: imbSCI.Core.reporting.zoneselectRangeArea
The box.
See Also