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.
Class | Description | |
---|---|---|
BitmapViewer |
This class represents scrollable viewport web control. |
|
BitmapViewerClientSideOptions |
Exposes properties which configure automatic postback for individual events of the BitmapViewer control. |
|
ControllerConverter |
Converts a navigator or rubberband control on the Web Forms page to a string. |
|
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). |
|
FileCache |
This class manages the private and public file cache used by the BitmapViewer. |
|
FileCacheTimeoutException |
This exception is thrown when the control cannot get the cache index file until timeout expires. |
|
ImageClickEventArgs |
Provides arguments for events of the Click event of the BitmapViewer control. |
|
ImageControlBase |
Base class for all controls which display an image in a browser. |
|
NavigatorConverter |
Converts a navigator control on the Web Forms page to a string. |
|
PanNavigator |
This class represents a navigator which is used to pan the image inside the BitmapViewer control. |
|
RectangleController |
This is a base class for all the navigators or rubberbands which should display a rectangle. |
|
RectangleEventArgs |
Provides arguments for the events of the rectangle rubberband controls. |
|
RectangleRubberband |
This class represents the rectangular rubberband. |
|
RemoteScriptingMethodAttribute |
An attribute which marks the method as callable through the remote scripting mechanism. |
|
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. |
|
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. |
|
RubberbandConverter |
Converts a rubberband control on the Web Forms page to a string. |
|
UserInputController |
This interface is implemented by all the controls which can manage user input (such as mouse events) of the BitmapViewer control. |
|
ZoomInNavigator |
This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control in by the mouse click. |
|
ZoomOutNavigator |
This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control out by the mouse click. |
|
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. |
Interface | Description | |
---|---|---|
INavigator |
This interface is implemented by all the navigator controls which can be attached to the BitmapViewer through the Navigator property. |
|
IRubberband |
This interface is implemented by all the rubberband controls which can be attached to the BitmapViewer through the Rubberband property. |
|
IUserInputController |
This interface is implemented by all the controls which can manage user input (such as mouse events) of the BitmapViewer control. |
Delegate | Description | |
---|---|---|
ImageClickEventHandler |
This delegate represents the method that will handle events of the ImageClickEventHandler class. |
|
RectangleEventHandler |
This delegate represents the method that will handle events of the RectangleRubberband class. |
Enumeration | Description | |
---|---|---|
BrowserImageFormat |
Contains supported file formats used to deliver the image to the browser. |
|
ResizeMode |
Contains possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants). |
|
ScrollBarsStyle |
Contains values which specify when to display scroll bars at the control. |
|
ZoomMode |
Contains possible values for the zooming modes. |
|
ZoomQuality |
Contains possible values for the zoom quality of the image displayed in the BitmapViewer control. |