Namespace Telerik.XamarinForms.ImageEditor
Classes
Base abstract class for all toolbar items that execute an action on the image editor. |
Applies the changes from the currently active tool and deactivates it. |
Represents the aspect ratio expressed as the ratio between the width and height of an image. |
Converts from a string to an aspect ratio. For more information AspectRatio. |
|
Performs an interactive blur filter in the image editor. |
Activates the blur tool in the image editor. For more information see BlurTool. |
Performs an interactive brightness adjustment in the image editor. |
Activates the brightness adjustment tool in the image editor. For more information see BrightnessTool. |
Base abstract class for all toolbar items that act as buttons. |
Cancels the changes from the currently active tool and deactivates it. |
Base abstract class for all toolbar items, containing nested toolbar items from a given category. When the toolbar item is selected, the nested toolbar items are expanded on the toolbar. The IsMultiLine property controls whether the nested toolbar items are expanded on a separate line or on the same line of the toolbar. |
Allows executing an arbitrary user-defined command from the toolbar. |
Base abstract class for all toolbar items, which can contain nested toolbar items. When the toolbar item is selected, the nested toolbar items are expanded on the toolbar. The IsMultiLine property controls whether the nested toolbar items are expanded on a separate line or on the same line of the toolbar. |
Performs an interactive contrast adjustment in the image editor. |
Activates the contrast adjustment tool in the image editor. For more information see ContrastTool. |
CropAspectRatioPickerToolbarItem A special toolbar item, which allows picking a crop definition for the purpose of CropInteractiveCommand. |
Defines a crop operation. For more information see CropTool. |
Performs an interactive crop operation in the image editor. |
Activates the crop tool in the image editor. For more information see CropTool. |
Allows choosing one of the available effects in the toolbar. |
Executes an action on the image editor to flip the image horizontally. |
Executes an action on the image editor to flip the image vertically. |
Performs an interactive hue adjustment in the image editor. |
Activates the hue adjustment tool in the image editor. For more information see HueTool. |
Base abstract class for all tools handling interactive operations in the image editor. |
Base abstract class for all toolbar items used with the RadImageEditorToolbar component. |
|
Event arguments providing information about an image loaded in the RadImageEditor control. |
Base abstract class for all toolbar items that start a certain interaction with the image editor. |
Displays a simple text label in the toolbar. |
Allows picking a specific item from a collection of items. |
Provides support for visualization, manipulation and editing of images in different file formats. |
Provides a customizable toolbar for the RadImageEditor component. The toolbar exposes all actions supported by the image editor via highly customizable toolbar items. The toolbar items can be styled, arranged and grouped together in different configurations to better suit the needs of the application. |
RadImageEditorToolbarResourceDictionary
|
Redoes the last executed action on the image editor. |
Resets the image to its initial state. |
Performs an interactive resize operation in the image editor. |
Activates the resize tool in the image editor. For more information see ResizeTool. |
Executes an action on the image editor to rotate the image 90 degrees to the left - counter clockwise direction. |
Executes an action on the image editor to rotate the image 90 degrees to the right - clockwise direction. |
Performs an interactive saturation adjustment in the image editor. |
Activates the saturation adjustment tool in the image editor. For more information see SaturationTool. |
Performs an interactive sharpen filter in the image editor. |
Activates the sharpen tool in the image editor. For more information see SharpenTool. |
|
Allows displaying an arbitrary content in the toolbar via a Xamarin.Forms.DataTemplate. The |
Allows choosing one of the available transformations in the toolbar. |
Undoes the last executed action on the image editor. |
Zooms the currently open image to fit the available size. |
Interfaces
|