Base class for all controls which display an image in a browser.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic

Public MustInherit Class ImageControlBase _
	Inherits WebControl _
	Implements IPostBackDataHandler, IPostBackEventHandler, IDisposable

C#

public abstract class ImageControlBase : WebControl, IPostBackDataHandler, 
	IPostBackEventHandler, IDisposable

Remarks

There is no need to work with this class directly.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.