Table of Contents

Method Dispose

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

Dispose()

This releases all resources used by the SvgConverter object.

public void Dispose()

Dispose(bool)

This releases the unmanaged resources used by the SvgConverter and optionally releases the managed resources.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

This is true if managed resources should be disposed; otherwise, false.