Click or drag to resize

SvgViewBox  Conversion (SvgViewBox to RectangleF)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Performs an implicit conversion from SvgViewBox to RectangleF.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static implicit operator RectangleF (
	SvgViewBox value
)
Request Example View Source

Parameters

value
Type: SvgSvgViewBox
The value.

Return Value

Type: RectangleF
The result of the conversion.
See Also