RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

Classes

  ClassDescription
Public classAddText
Represents an ImageEditor dialog used for controlling the AddText functionality of the RadImageEditor control.
Public classAddTextOperation
Public classBrightnessContrast
Represents an ImageEditor dialog used for changing the brightness and contrast of the editable image.
Public classCacheImageProvider
Represents a provider for images of a RadImageEditor instance. It stores the images into Cache or Session.
Public classCrop
Represents an ImageEditor dialog used for controlling the Crop functionality of the RadImageEditor control.
Public classCropOperation
Public classDialogsStrings
Public classDrawCircle
Represents an ImageEditor dialog used for controlling the InsertImage functionality of the RadImageEditor control.
Public classDrawRectangle
Represents an ImageEditor dialog used for controlling the InsertImage functionality of the RadImageEditor control.
Public classEditableImage
Represents an Image that can be edited.
Public classEditableImageConfiguration
Configuration class providing configuration related to the editable image.
Public classEmptyOperation
Public classEmptyTool
Represents an empty ImageEditor dialog.
Public classExport
Represents an ImageEditor dialog used for controlling the Export functionality of the RadImageEditor control. This dialog allows saving of the editable image in a different format.
Public classFlip
Represents an ImageEditor dialog used for controlling the Flip functionality of the RadImageEditor control.
Public classFlipOperation
Public classGDIGraphicsCore
A straight-forward implementation of the IGraphicsCore using GDI+
Public classGDIOperationsBasedGraphicsCore
An implementation of IGraphicsCore that uses IImageOperations internally
Public classGraphicsCoreManager
A factory for built-in graphics cores.
Public classHueSaturation
Represents an ImageEditor dialog used for changing the hue and saturation of the editable image.
Public classImageEditorCacheHandler
Public classImageEditorDialog
Represents a base class for the image editor dialog controls.
Public classImageEditorStrings
Public classImageManagerConfiguration
Public classImageOperation
Base implementation for an image operation that handles indices
Public classImageText
Data container that defines information text intertable in images
Public classInsertImage
Represents an ImageEditor dialog used for controlling the InsertImage functionality of the RadImageEditor control.
Public classInsertImageOperation
Public classLine
Represents an ImageEditor dialog used for controlling the InsertImage functionality of the RadImageEditor control.
Public classMainStrings
Public classOpacity
Represents an ImageEditor dialog used for controlling the Opacity functionality of the RadImageEditor control.
Public classOpacityOperation
Public classPencil
Represents an ImageEditor dialog used for controlling the InsertImage functionality of the RadImageEditor control.
Public classPrint
Represents an ImageEditor dialog used for controlling the Print functionality of the RadImageEditor control.
Public classRadImageEditorScripts
Public classResize
Represents an ImageEditor dialog used for controlling the Resize functionality of the RadImageEditor control.
Public classResizeOperation
Public classRotate
Represents an ImageEditor dialog used for controlling the Rotate functionality of the RadImageEditor control.
Public classRotateFlipOperation
Public classSave
Represents an ImageEditor dialog used for controlling the Save functionality of the RadImageEditor control.
Public classSwapImageOperation
Public classZoom
Represents an ImageEditor dialog used for controlling the Zoom functionality of the RadImageEditor control.

Interfaces

  InterfaceDescription
Public interfaceICacheImageProvider
Defines the methods and properties that an image provider, for the RadImageEditor's intermediary EditableImage objects, must implement so that the ImageEditor instance will perform server image operations correctly.
Public interfaceIGraphicsCore
Specifies methods that change the graphics of an image. The operations should not change the original image, but rather provide an altered version as a result.
Public interfaceIImageOperation
Specifies the necessary data and functionality for an image operation. Any image operation changes the graphics of an image.

Enumerations

  EnumerationDescription
Public enumerationAllowedSavingLocation
Specifies where the end user can save the edited image
Public enumerationCanvasMode
Specifies the options for enabling the canvas mode (using HTML5 canvas element for editing images) in the RadImageEditor control.
Public enumerationEditableFormat
The image formats supported by the ImageEditor editing capabilities
Public enumerationFlipDirection
The supported flip directions by the ImageEditor's editing capabilities
Public enumerationGraphicsCoreTypes
Available built-in graphics cores
Public enumerationImageStorage
Specifies the locations where a RadImageEditor instance can store its intermediary EditableImage objects, resulting from server operations.
Public enumerationRotation
The available rotation directions
Public enumerationStatusBarMode
Specifies the possible values for the StatusBarMode property of the RadImageEditor control.
Public enumerationToolBarMode
Specifies the Toolbar behavior of the RadImageEditor control.
Public enumerationToolBarPosition
Specifies the position of the Toolbar relative to the edited content (content area).
Public enumerationToolsLoadPanelTypes
Specifies the control (panel) used for loading the ImageEditor tool dialogs. It can use UpdatePanel(AjaxPanel), XmlHttpPanel and RadAjaxPanel. The default value is AjaxPanel, which means asp:UpdatePanel will be used.