|
SvgViewboxOnSvgFileLoaded Method |
OnSvgFileLoaded is called after the svg file has been read. The method can be overriden in derived class.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax protected virtual void OnSvgFileLoaded(
Uri svgFileUri,
Viewbox readSvgFile
)
Parameters
- svgFileUri
- Type: SystemUri
svg file Uri - readSvgFile
- Type: System.Windows.ControlsViewbox
Image with read svg file
See Also