The GraphicsMill namespace contains client-side classes corresponded to Graphics Mill AJAX controls.
Class | Description | |
---|---|---|
BaseViewer |
This client-side class corresponds to the BaseViewer server-side control and gives an opportunity to obtain access to its primary members in JavaScript. |
|
Bitmap |
This client-side class corresponds to the Bitmap server-side object and gives an opportunity to get values of its primary properties in JavaScript. |
|
BitmapViewer |
This client-side class corresponds to the BitmapViewer server-side control and gives an opportunity to obtain access to its primary members in JavaScript. |
|
PanNavigator |
This client-side class corresponds to the PanNavigator server-side control. |
|
PointF |
This client-side class corresponds to the PointF class and represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. |
|
Rectangle |
This client-side stores a set of four numbers that represent the location and size of a rectangle. |
|
RectangleController |
This client-side class corresponds to the RectangleController server-side class and gives an opportunity to obtain access to its primary members in JavaScript. This is a base class for all the navigators and rubberbands which should display a rectangle. |
|
RectangleRubberband |
This client-side class corresponds to the RectangleRubberband server-side control and gives an opportunity to obtain access to its primary members in JavaScript. |
|
UserInputController |
This client-side class corresponds to the UserInputController server-side class and gives an opportunity to obtain access to its primary members in JavaScript. |
|
ViewerClientSideOptions |
Exposes properties which configure automatic postback for individual events of the BaseViewer control. |
|
ZoomInNavigator |
This client-side class corresponds to the ZoomInNavigator server-side control. |
|
ZoomNavigator |
Base class for all navigators which allows to zoom some content in or out. |
|
ZoomOutNavigator |
This client-side class corresponds to the ZoomOutNavigator server-side control. |
|
ZoomRectangleNavigator |
This client-side class corresponds to the ZoomRectangleNavigator server-side control. |
Enumeration | Description | |
---|---|---|
ColorSpace |
Specifies color spaces supported with Graphics Mill. |
|
ImageLoadMode |
Specifies possible image loading modes for the BitmapViewer (class BitmapViewer and its descendants). |
|
JqueryMode |
Specifies possible values for source of JQuery library. |
|
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. |
|
UpdateStatus |
Specifies a current bitmap status. |
|
ViewportAlignment |
Specifies possible values for alignment of viewport. |
|
ZoomMode |
Specifies zoom modes of the displayed image. |
|
ZoomQuality |
Specifies zoom quality of the displayed image. |