Class PictureBoxImageEditorDialog
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PictureBoxImageEditorDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
PictureBoxImageEditorDialog()
Declaration
public PictureBoxImageEditorDialog()
Properties
CancelButton
ImageEditor
Gets the RadImageEditor control responsible for the image editing.
Declaration
public RadImageEditor ImageEditor { get; }
Property Value
RadImageEditor
|
OkButton
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
PrepareDialog(Image, RadPictureBoxElement)
Declaration
public void PrepareDialog(Image selectedImage, RadPictureBoxElement owner)
Parameters
System.Drawing.Image
selectedImage
|
RadPictureBoxElement
owner
|