Click or drag to resize

IPlatformBase Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.platform.interfaces
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public interface IPlatformBase : ISupportsBasicCursor
Request Example View Source

The IPlatformBase type exposes the following members.

Properties
  NameDescription
Public propertyheight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedWidth (Inherited from ISupportsBasicCursor.)
Public propertyinnerHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerWidth (Inherited from ISupportsBasicCursor.)
Public propertymargin (Inherited from ISupportsBasicCursor.)
Public propertyouterBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyouterRightPosition (Inherited from ISupportsBasicCursor.)
Public propertypadding (Inherited from ISupportsBasicCursor.)
Public propertywidth (Inherited from ISupportsBasicCursor.)
Top
Methods
  NameDescription
Public methodbeep(beepRoleType)
Pusta zvuk
Public methodbeep(Int32, Int32)
Public methodclear
Brise ceo do sadasnji izlaz
Public methodgetWindowSize
Vraca dimenzije trenutnog prozora
Public methodmoveCursor
Pomera kursor na zadatu koordinatu
Public methodread
Cita odredjenu zonu
Public methodrender(IEnumerableString, Int32, Int32)
Public methodrender(String, Int32, Int32)
Prikazuje prosledjeni sadrzaj na datim koordinatama
Public methodsetColors
Postavlja boje za dalji izlaz
Public methodsetWindowSize(cursorZoneSpatialPreset, Boolean)
Sets the size of the window.
Public methodsetWindowSize(windowSize, Boolean)
Sets the size of the window.
Public methodtitle
Postavlja naslov
Top
See Also