|
SvgDrawingOnSvgFileLoaded Method |
OnSvgFileLoaded is called after the svg file has been read. The method can be overridden 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,
Image readSvgFile
)
Parameters
- svgFileUri
- Type: SystemUri
svg file Uri - readSvgFile
- Type: System.Windows.ControlsImage
Image with read svg file
See Also