Method | Description | |
---|---|---|
EvalTransparentPaint ( |
Evaluate the need for drawing transparent areas.
|
|
GetPalette ( ) : IPaletteBack |
Gets the palette used for drawing the panel.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderBefore ( |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EvalTransparentPaint ( |
||
context | Evaluation context. | |
return | bool |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public SetPalettes ( IPaletteBack paletteBack ) : void | ||
paletteBack | IPaletteBack | Palette source for the background. |
return | void |
public ViewDrawPanel ( IPaletteBack paletteBack ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
return | System |