Click or drag to resize

consolePlatform Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Platforma za konzolnu aplikaciju
Inheritance Hierarchy
SystemObject
  selectRange
    textFormatSetupSize
      selectRangeArea
        textFormatSetupBase
          imbACE.Services.platform.coreplatformBase
            imbACE.Services.platformconsolePlatform

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public class consolePlatform : platformBase, 
	IPlatform, IPlatformBase, ISupportsBasicCursor
Request Example View Source

The consolePlatform type exposes the following members.

Constructors
  NameDescription
Public methodconsolePlatform
Initializes a new instance of the consolePlatform class
Top
Properties
  NameDescription
Public propertyBottomRight (Inherited from selectRangeArea.)
Public propertyheight (Inherited from selectRangeArea.)
Public propertyinnerBottomPosition (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedBottomPosition (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedHeight (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedLeftPosition (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedRightPosition (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedTopPosition (Inherited from textFormatSetupBase.)
Public propertyinnerBoxedWidth (Inherited from textFormatSetupBase.)
Public propertyinnerHeight (Inherited from textFormatSetupBase.)
Public propertyinnerLeftPosition (Inherited from textFormatSetupBase.)
Public propertyinnerRightPosition (Inherited from textFormatSetupBase.)
Public propertyinnerTopPosition (Inherited from textFormatSetupBase.)
Public propertyinnerWidth (Inherited from textFormatSetupBase.)
Public propertymargin (Inherited from textFormatSetupBase.)
Public propertyouterBottomPosition (Inherited from textFormatSetupBase.)
Public propertyouterRightPosition (Inherited from textFormatSetupBase.)
Public propertypadding (Inherited from textFormatSetupBase.)
Public propertysize (Inherited from selectRangeArea.)
Public propertyTopLeft (Inherited from selectRangeArea.)
Public propertywidth (Inherited from selectRangeArea.)
Public propertyx (Inherited from selectRangeArea.)
Public propertyxCenter (Inherited from selectRangeArea.)
Public propertyy (Inherited from selectRangeArea.)
Public propertyyCenter (Inherited from selectRangeArea.)
Top
Methods
  NameDescription
Public methodbeep(beepRoleType)
Pusta zvuk
(Inherited from platformBase.)
Public methodbeep(Int32, Int32)
Beeps using [!:terminal.aceTerminalInput.doBeepViaConsole(int, int)] since it is OS safe
(Overrides platformBasebeep(Int32, Int32).)
Public methodbottom (Inherited from textFormatSetupBase.)
Public methodclear
Brise ceo do sadasnji izlaz
(Overrides platformBaseclear.)
Public methodconvertColor
Public methoddeploySize
Primenjuje default podesavanja
(Overrides platformBasedeploySize.)
Public methodexpand(textCursorZoneCorner, Int32) (Inherited from selectRangeArea.)
Public methodexpand(textCursorZoneCorner, Boolean) (Inherited from selectRangeArea.)
Public methodexpand(textCursorZoneCorner, Int32, Boolean) (Inherited from selectRangeArea.)
Public methodexpandToWrap (Inherited from selectRangeArea.)
Public methodgetCodeName (Inherited from selectRangeArea.)
Public methodGetCornerPoint (Inherited from selectRangeArea.)
Public methodgetCrossection (Inherited from selectRangeArea.)
Public methodgetDistanceFromCorner (Inherited from selectRangeArea.)
Public methodgetHeight (Inherited from textFormatSetupBase.)
Public methodGetHorizontalAxis (Inherited from selectRangeArea.)
Public methodGetVerticalAxis (Inherited from selectRangeArea.)
Public methodgetWidth (Inherited from textFormatSetupBase.)
Public methodgetWindowSize
Vraca dimenzije trenutnog prozora
(Overrides platformBasegetWindowSize.)
Public methodisInside (Inherited from selectRangeArea.)
Public methodisInsideOrEdge (Inherited from selectRangeArea.)
Public methodisNearAnyCornerOrEdge (Inherited from selectRangeArea.)
Public methodisNearToCorner (Inherited from selectRangeArea.)
Public methodisOnEdge (Inherited from selectRangeArea.)
Public methodleft (Inherited from textFormatSetupBase.)
Public methodmoveCursor
Pomera kursor na zadatu koordinatu
(Overrides platformBasemoveCursor(Int32, Int32).)
Public methodread
Citanje pomocu zone objekta
(Overrides platformBaseread(textInputResult, inputReadMode, selectZone, Object).)
Public methodrender(IEnumerableString, Int32, Int32)
Renders the specified content.
Public methodrender(String, Int32, Int32)
Prikazuje prosledjeni sadrzaj na datim koordinatama
(Overrides platformBaserender(String, Int32, Int32).)
Public methodreset (Inherited from selectRangeArea.)
Public methodresize (Inherited from selectRangeArea.)
Public methodright (Inherited from textFormatSetupBase.)
Public methodsetColors
Postavlja boje za dalji izlaz
Public methodsetColorsBack
Public methodsetWindowSize(cursorZoneSpatialPreset, Boolean)
Sets the size of the window.
Public methodsetWindowSize(windowSize, Boolean)
Sets the size of the console application window.
Public methodtitle
Postavlja naslov
(Overrides platformBasetitle(String).)
Public methodtop (Inherited from textFormatSetupBase.)
Public methodToString (Inherited from selectRangeArea.)
Public methodToString(String) (Inherited from selectRangeArea.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from textFormatSetupSize.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Public Extension MethodPrintRange (Defined by consolePlatformExtensions.)
Top
See Also