C# 클래스 ComponentFactory.Krypton.Toolkit.ViewDrawPanel

View element that can draw a panel (background but no border)
상속: ViewComposite
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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