SvgImageCollection Constructors
A collection of vector (SVG) images used in WinForms applications.| Name | Parameters | Description |
|---|---|---|
| SvgImageCollection() | none | Initializes a new instance of the SvgImageCollection class with the default settings. |
| SvgImageCollection(IContainer) | container | Initializes a new instance of the SvgImageCollection class with the specified settings. |
See Also