Méthode | Description | |
---|---|---|
GetPalette ( ) : IPaletteContent |
Gets the source palette used for drawing.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
ImageRectangle ( |
Get a value indicating if the content image is being displayed.
|
|
IsImageDisplayed ( |
Get a value indicating if the content image is being displayed.
|
|
Layout ( |
Perform a layout of the elements.
|
|
LongTextRect ( |
Gets the short text drawing rectangle.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
SetPalette ( IPaletteContent paletteContent ) : void |
Update the source palette for drawing.
|
|
ShortTextRect ( |
Gets the short text drawing rectangle.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawContent ( IPaletteContent paletteContent, IContentValues values, VisualOrientation orientation ) : System |
Initialize a new instance of the ViewDrawContent class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
ShowFocusCues ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public ImageRectangle ( |
||
context | ViewLayoutContext context. | |
Résultat |
public IsImageDisplayed ( |
||
context | ViewLayoutContext context. | |
Résultat | bool |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public LongTextRect ( |
||
context | ||
Résultat |
public RenderBefore ( |
||
context | Rendering context. | |
Résultat | void |
public SetPalette ( IPaletteContent paletteContent ) : void | ||
paletteContent | IPaletteContent | Palette source for the content. |
Résultat | void |
public ShortTextRect ( |
||
context | ||
Résultat |
public ViewDrawContent ( IPaletteContent paletteContent, IContentValues values, VisualOrientation orientation ) : System | ||
paletteContent | IPaletteContent | Palette source for the content. |
values | IContentValues | Reference to actual content values. |
orientation | VisualOrientation | Visual orientation of the content. |
Résultat | System |