메소드 | 설명 | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMenuImageCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, int columnIndex, bool zeroHeight ) : System |
Initialize a new instance of the ViewDrawMenuImageCanvas class.
|
public GetPreferredSize ( |
||
context | Layout context. | |
리턴 |
public Layout ( |
||
context | Layout context. | |
리턴 | void |
public RenderBefore ( |
||
context | Rendering context. | |
리턴 | void |
public ViewDrawMenuImageCanvas ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, int columnIndex, bool zeroHeight ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
columnIndex | int | Menu item column index. |
zeroHeight | bool | Should the height be forced to zero. |
리턴 | System |