C# Class Alsing.SourceCode.TextRange

A range of text
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnChange ( ) : void

Method Details

OnChange() protected méthode

protected OnChange ( ) : void
Résultat void

SetBounds() public méthode

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
Résultat void

TextRange() public méthode

public TextRange ( ) : System
Résultat System

TextRange() public méthode

public TextRange ( int firstColumn, int firstRow, int lastColumn, int lastRow ) : System
firstColumn int
firstRow int
lastColumn int
lastRow int
Résultat System