This documentation is for the old version. Go to the latest Graphics Mill docs

Aurigma.GraphicsMill.WebControls Namespace

The Aurigma.GraphicsMill.WebControls namespace contains classes related to Graphics Mill web controls which provides an user with great GUI for image displaying and editing. Using these controls you can easily build web photo editors and build other kind of imaging web applications.

Classes

Class Description
Public class BitmapViewer

This class represents scrollable viewport web control.

Public class BitmapViewerClientSideOptions

Exposes properties which configure automatic postback for individual events of the BitmapViewer control.

Public class ControllerConverter

Converts a navigator or rubberband control on the Web Forms page to a string.

Public class ControlNotFoundException

This exception is thrown when the control with specified ID or ClientID cannot be found (e.g. when attaching a rubberband or a navigator).

Public class FileCache

This class manages the private and public file cache used by the BitmapViewer.

Public class FileCacheTimeoutException

This exception is thrown when the control cannot get the cache index file until timeout expires.

Public class ImageClickEventArgs

Provides arguments for events of the Click event of the BitmapViewer control.

Public class ImageControlBase

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

Public class NavigatorConverter

Converts a navigator control on the Web Forms page to a string.

Public class PanNavigator

This class represents a navigator which is used to pan the image inside the BitmapViewer control.

Public class RectangleController

This is a base class for all the navigators or rubberbands which should display a rectangle.

Public class RectangleEventArgs

Provides arguments for the events of the rectangle rubberband controls.

Public class RectangleRubberband

This class represents the rectangular rubberband.

Public class RemoteScriptingMethodAttribute

An attribute which marks the method as callable through the remote scripting mechanism.

Public class RemoteScriptingParameterCountException

This exception is thrown when the number of parameters passed into the remote scripting method does not match the number of parameters required by this method.

Public class RemoteScriptingTypeNotSupportedException

This exception is thrown when the signature of the method marked with the RemoteScriptingMethodAttribute contains an argument of the type which cannot be converted from the string.

Public class RubberbandConverter

Converts a rubberband control on the Web Forms page to a string.

Public class UserInputController

This interface is implemented by all the controls which can manage user input (such as mouse events) of the BitmapViewer control.

Public class ZoomInNavigator

This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control in by the mouse click.

Public class ZoomOutNavigator

This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control out by the mouse click.

Public class ZoomRectangleNavigator

This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control by selecting necessary portion of the image by the mouse.

Interfaces

Interface Description
Public interface INavigator

This interface is implemented by all the navigator controls which can be attached to the BitmapViewer through the Navigator property.

Public interface IRubberband

This interface is implemented by all the rubberband controls which can be attached to the BitmapViewer through the Rubberband property.

Public interface IUserInputController

This interface is implemented by all the controls which can manage user input (such as mouse events) of the BitmapViewer control.

Delegates

Delegate Description
Public delegate ImageClickEventHandler

This delegate represents the method that will handle events of the ImageClickEventHandler class.

Public delegate RectangleEventHandler

This delegate represents the method that will handle events of the RectangleRubberband class.

Enumerations

Enumeration Description
Public enumeration BrowserImageFormat

Contains supported file formats used to deliver the image to the browser.

Public enumeration ResizeMode

Contains possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants).

Public enumeration ScrollBarsStyle

Contains values which specify when to display scroll bars at the control.

Public enumeration ZoomMode

Contains possible values for the zooming modes.

Public enumeration ZoomQuality

Contains possible values for the zoom quality of the image displayed in the BitmapViewer control.