ImageEditExtension Constructors
Represents an extension object implementing the Image functionality.| Name | Parameters | Description |
|---|---|---|
| ImageEditExtension(ImageEditSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the ImageEditExtension class with the specified settings, the context information about the view, and the model metadata. |
| ImageEditExtension(ImageEditSettings, ViewContext) | settings, viewContext | Initializes a new instance of the ImageEditExtension class with the specified settings and provides the context information about the view. |
| ImageEditExtension(ImageEditSettings) | settings | Initializes a new instance of the ImageEditExtension class with the specified settings. |
See Also