Class
ToolInitInfo

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ToolInitInfo

Inheritance: objectToolInitInfo

Constructors

ToolInitInfo(RadImageEditor, Panel)

Declaration

cs-api-definition
public ToolInitInfo(RadImageEditor imageEditor, Panel previewPanel)

Parameters

imageEditor

RadImageEditor

previewPanel

Panel

Properties

ImageEditor

Declaration

cs-api-definition
public RadImageEditor ImageEditor { get; }

Property Value

RadImageEditor

PreviewPanel

Declaration

cs-api-definition
public Panel PreviewPanel { get; }

Property Value

Panel