Table of Contents

Interface ISvgControl

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

This defines the interface for the control object that is controlling the rendering process and displaying the rendered drawings.

public interface ISvgControl

Properties

DesignMode

Gets a value specifying whether the viewer control is in design-mode.

Height

Gets the height of the SVG viewer control.

Width

Gets the width of the SVG viewer control.

Methods

HandleAlert(string)

This signals the viewer control to display an alert message to the user.

HandleError(Exception)

This signals the viewer control to display an error message due to an exception to the user.

HandleError(string)

This signals the viewer control to display an error message to the user.

HandleError(string, Exception)

This signals the viewer control to display an error message due to an exception with additional message to the user.