Свойство | Type | Description | |
---|---|---|---|
GlyphPalette |
Свойство | Type | Description | |
---|---|---|---|
tiles | ].DisplayTile[ | ||
windowTitle | String |
Méthode | Description | |
---|---|---|
AbstractWindow ( |
Constructor.
|
|
Invalidate ( ) : void |
Force a repaint of all tiles.
|
|
Update ( ) : void |
Update the Window (paint any changes to screen).
|
|
this ( |
Accessor for the Window's tiles. Allows developer to index tiles without worry about accidentally replacing a tile; they are manipulable but not overwritable.
|
Méthode | Description | |
---|---|---|
WindowTitleChange ( ) : void |
Invoked when the user changes the title (is called by the WindowTitle setter).
|
public AbstractWindow ( |
||
displayDimensions | /// The dimensions of the render screen, in pixels. /// | |
palette | /// The GlyphPalette for the Window. /// | |
Résultat | System |
protected abstract WindowTitleChange ( ) : void | ||
Résultat | void |
public this ( |
||
x | X-coordinate of the tile to retrieve. | |
y | Y-coordinate of the tile to retrieve. | |
Résultat |
public GlyphPalette,Sharplike.Core.Rendering GlyphPalette | ||
Résultat |