Click or drag to resize

IPlatform 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 IPlatform : IPlatformBase, 
	ISupportsBasicCursor
Request Example View Source

The IPlatform 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
(Inherited from IPlatformBase.)
Public methodbeep(Int32, Int32) (Inherited from IPlatformBase.)
Public methodclear
Brise ceo do sadasnji izlaz
(Inherited from IPlatformBase.)
Public methoddeploySize
Primenjuje default podesavanja
Public methodgetWindowSize
Vraca dimenzije trenutnog prozora
(Inherited from IPlatformBase.)
Public methodmoveCursor
Pomera kursor na zadatu koordinatu
(Inherited from IPlatformBase.)
Public methodread
Cita odredjenu zonu
(Inherited from IPlatformBase.)
Public methodrender(IEnumerableString, Int32, Int32) (Inherited from IPlatformBase.)
Public methodrender(String, Int32, Int32)
Prikazuje prosledjeni sadrzaj na datim koordinatama
(Inherited from IPlatformBase.)
Public methodsetColors
Postavlja boje za dalji izlaz
(Inherited from IPlatformBase.)
Public methodsetColorsBack
Public methodsetWindowSize(cursorZoneSpatialPreset, Boolean)
Sets the size of the window.
(Inherited from IPlatformBase.)
Public methodsetWindowSize(windowSize, Boolean)
Sets the size of the window.
(Inherited from IPlatformBase.)
Public methodtitle
Postavlja naslov
(Inherited from IPlatformBase.)
Top
See Also