Property | Type | Description | |
---|---|---|---|
DrawBackground | void | ||
DrawBorder | void | ||
RenderBackground | void | ||
RenderBorder | void |
Method | Description | |
---|---|---|
EvalTransparentPaint ( |
Evaluate the need for drawing transparent areas.
|
|
GetOuterBorderPath ( |
Gets a path that describes the outside of the border.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderAfter ( |
Perform rendering after child elements are rendered.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
SetPalettes ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : void |
Update the source palettes for drawing.
|
|
SetPalettes ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric ) : void |
Update the source palettes for drawing.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawSplitCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricPadding metricPadding, VisualOrientation orientation ) : System |
Initialize a new instance of the ViewDrawSplitCanvas class.
|
|
ViewDrawSplitCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, VisualOrientation orientation ) : System |
Initialize a new instance of the ViewDrawSplitCanvas class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DrawBackground ( |
||
DrawBorder ( |
||
RenderBackground ( |
||
RenderBorder ( |
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 GetOuterBorderPath ( |
||
context | Context used by the renderer. | |
return |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderAfter ( |
||
context | Rendering context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public SetPalettes ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : void | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
return | void |
public SetPalettes ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric ) : void | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
paletteMetric | IPaletteMetric | Palette source for the metric. |
return | void |
public ViewDrawSplitCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricPadding metricPadding, VisualOrientation orientation ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
paletteMetric | IPaletteMetric | Palette source for metric values. |
metricPadding | PaletteMetricPadding | Matric used to get padding values. |
orientation | VisualOrientation | Visual orientation of the content. |
return | System |
public ViewDrawSplitCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, VisualOrientation orientation ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
orientation | VisualOrientation | Visual orientation of the content. |
return | System |