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

View element that can draw a panel (background but no border)
Наследование: ViewComposite
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EvalTransparentPaint ( ViewContext context ) : bool

Evaluate the need for drawing transparent areas.

GetPalette ( ) : IPaletteBack

Gets the palette used for drawing the panel.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

SetPalettes ( IPaletteBack paletteBack ) : void

Update the source palettes for drawing.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawPanel ( ) : System

Initialize a new instance of the ViewDrawPanel class.

ViewDrawPanel ( IPaletteBack paletteBack ) : System

Initialize a new instance of the ViewDrawPanel class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Evaluate the need for drawing transparent areas.
public EvalTransparentPaint ( ViewContext context ) : bool
context ViewContext Evaluation context.
Результат bool

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

Gets the palette used for drawing the panel.
public GetPalette ( ) : IPaletteBack
Результат IPaletteBack

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

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Результат void

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

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context RenderContext Rendering context.
Результат void

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

Update the source palettes for drawing.
public SetPalettes ( IPaletteBack paletteBack ) : void
paletteBack IPaletteBack Palette source for the background.
Результат void

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

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

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

Initialize a new instance of the ViewDrawPanel class.
public ViewDrawPanel ( ) : System
Результат System

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

Initialize a new instance of the ViewDrawPanel class.
public ViewDrawPanel ( IPaletteBack paletteBack ) : System
paletteBack IPaletteBack Palette source for the background.
Результат System