C# Class Alsing.SourceCode.TextRange

A range of text
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
SetBounds ( int firstColumn, int firstRow, int lastColumn, int lastRow ) : void

The end column of the range

TextRange ( ) : System
TextRange ( int firstColumn, int firstRow, int lastColumn, int lastRow ) : System

Protected Methods

Method Description
OnChange ( ) : void

Method Details

OnChange() protected method

protected OnChange ( ) : void
return void

SetBounds() public method

The end column of the range
public SetBounds ( int firstColumn, int firstRow, int lastColumn, int lastRow ) : void
firstColumn int
firstRow int
lastColumn int
lastRow int
return void

TextRange() public method

public TextRange ( ) : System
return System

TextRange() public method

public TextRange ( int firstColumn, int firstRow, int lastColumn, int lastRow ) : System
firstColumn int
firstRow int
lastColumn int
lastRow int
return System