Aurigma Graphics Mill 5.5 for .NET
ImageControlBase Class
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.
Inheritance Hierarchy
System..::.Object
L
System.Web.UI..::.Control
L
System.Web.UI.WebControls..::.WebControl
L
Aurigma.GraphicsMill.WebControls..::.ImageControlBase
L
Aurigma.GraphicsMill.WebControls..::.BitmapViewer
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.