C# Class ComponentFactory.Krypton.Toolkit.ViewContext

Encapsulates common context for view layout and render operations.
Inheritance: GlobalId, IDisposable
ファイルを表示 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose of resources.

ViewContext ( Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System

Initialize a new instance of the ViewContext class.

ViewContext ( ViewManager manager, Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System

Initialize a new instance of the ViewContext class.

ViewContext ( ViewManager manager, Control control, Control alignControl, IRenderer renderer ) : System

Initialize a new instance of the ViewContext class.

Method Details

Dispose() public method

Dispose of resources.
public Dispose ( ) : void
return void

ViewContext() public method

Initialize a new instance of the ViewContext class.
public ViewContext ( Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System
control Control Control associated with rendering.
alignControl Control Control used for aligning elements.
graphics Graphics Graphics instance for drawing.
renderer IRenderer Rendering provider.
return System

ViewContext() public method

Initialize a new instance of the ViewContext class.
public ViewContext ( ViewManager manager, Control control, Control alignControl, Graphics graphics, IRenderer renderer ) : System
manager ViewManager Reference to the view manager.
control Control Control associated with rendering.
alignControl Control Control used for aligning elements.
graphics Graphics Graphics instance for drawing.
renderer IRenderer Rendering provider.
return System

ViewContext() public method

Initialize a new instance of the ViewContext class.
public ViewContext ( ViewManager manager, Control control, Control alignControl, IRenderer renderer ) : System
manager ViewManager Reference to the view manager.
control Control Control associated with rendering.
alignControl Control Control used for aligning elements.
renderer IRenderer Rendering provider.
return System