Class ImageEditorDialogFactory
Inheritance
System.Object
ImageEditorDialogFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ImageEditorDialogFactory
Constructors
ImageEditorDialogFactory()
Declaration
public ImageEditorDialogFactory()
Methods
CreateDialog(Type, RadImageEditorElement)
Declaration
public virtual ImageEditorBaseDialog CreateDialog(Type type, RadImageEditorElement imageEditorElement)
Parameters
System.Type
type
|
RadImageEditorElement
imageEditorElement
|
Returns
ImageEditorBaseDialog
|