The Aurigma.GraphicsMill.AjaxControls namespace contains classes related to Graphics Mill AJAX controls which provides an user with great GUI for image displaying and editing. These controls are based on ASP.NET 2.0 AJAX framework and allow you to use a standard web development approach. Using these controls you can easily build web photo editors and the imaging web applications.
Class | Description | |
---|---|---|
BaseControlConverter |
Converts a control on the Web Forms page to a string. |
|
BaseScriptControl |
Base class for all AJAX-enabled web controls. |
|
BaseViewer |
Base class for all controls which display some content in a browser. |
|
BitmapViewer |
This class represents scrollable viewport web control. |
|
CanvasViewer |
This class represents a scrollable viewport web control for vector objects. |
|
Common | ||
Configuration | ||
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. |
|
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 BaseViewer 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. |
|
RemoteScriptingNullReferenceException |
This exception is thrown when some parameter passed into the remote scripting method is null. |
|
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 class is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control. |
|
ViewerClientSideOptions |
Exposes properties which configure automatic postback for individual events of the BaseViewer control. |
|
VObjectsRubberband |
This class represents a rubberband which adds v-objects support functionality to the BitmapViewer control. |
|
WorkspaceClickEventArgs |
Provides data for mouse click events on content associated with BaseViewer instance. |
|
ZoomInNavigator |
This class represents a navigator which is used to zoom the content displayed in the BaseViewer control in by the mouse click. |
|
ZoomOutNavigator |
This class represents a navigator which is used to zoom the content displayed in the BaseViewer control out by the mouse click. |
|
ZoomRectangleNavigator |
This class represents a navigator which is used to zoom the content displayed in the BaseViewer control by selecting necessary portion of the content by the mouse. |
Interface | Description | |
---|---|---|
ICallBackDataHandler |
This interface is implemented by all the controls which can change their states during execution of the callback initiated by another control. |
|
IConfiguration | ||
IFileCache | ||
INavigator |
This interface is implemented by all the navigator controls which can be attached to the BaseViewer through the Navigator property. |
|
IRubberband |
This interface is implemented by all the rubberband controls which can be attached to the BaseViewer through the Rubberband property. |
|
IUserInputController |
This interface is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control. |
Delegate | Description | |
---|---|---|
ConfigFactoryMethod | ||
LoggerFactoryMethod |
Enumeration | Description | |
---|---|---|
BrowserImageFormat |
Specifies supported file formats used to deliver the image to the browser. |
|
ImageLoadMode |
Specifies possible image loading modes for the BitmapViewer (class BitmapViewer and its descendants). |
|
JqueryMode | ||
ResizeMode |
Specifies possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants). |
|
ScrollBarsStyle |
Specifies values which specify when to display scroll bars at the control. |
|
ViewportAlignment |
Specifies possible values for alignment of viewport. |
|
ZoomMode |
Specifies zoom modes of the displayed image. |
|
ZoomQuality |
Specifies zoom quality of the displayed image. |