SvgViewbox Methods |
The SvgViewbox type exposes the following members.
Name | Description | |
---|---|---|
OnCreateAutomationPeer | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Overrides UIElementOnCreateAutomationPeer.) | |
OnSvgFileLoaded |
OnSvgFileLoaded is called after the svg file has been read. The method can be overriden in derived class.
| |
OnSvgFileLoading |
OnSvgFileLoading is called before the svg file is read. The method can be overridden in derived class.
| |
ReadSvg(Uri) | Obsolete.
Reads svg file from sourceUri. This method can be overridden to provide reading svg files from some other source.
| |
ReadSvg(Uri, Stream) |
Reads svg file from sourceUri or sourceStream.
This method can be overridden to provide reading svg files from some other source.
|