ClassImageEditorCaptureCommand
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.ImageEditor
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ImageEditorCaptureCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseImageEditorCaptureCommand
Implements:
Inherited Members
Constructors
ImageEditorCaptureCommand(ImageEditorContainer)
Declaration
cs-api-definition
public ImageEditorCaptureCommand(ImageEditorContainer editor)
Parameters
editor
Methods
ExecuteOverride()
Declaration
cs-api-definition
protected override void ExecuteOverride()
Overrides