C# Класс ComponentFactory.Krypton.Toolkit.ViewContext

Encapsulates common context for view layout and render operations.
Наследование: GlobalId, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Dispose() публичный Метод

Dispose of resources.
public Dispose ( ) : void
Результат void

ViewContext() публичный Метод

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.
Результат System

ViewContext() публичный Метод

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.
Результат System

ViewContext() публичный Метод

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.
Результат System