C# Class Alsing.SourceCode.TextPoint

Class representing a point in a text. where x is the column and y is the row.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
TextPoint ( ) : System

TextPoint ( int X, int Y ) : System

Private Methods

Méthode Description
OnChange ( ) : void

Method Details

TextPoint() public méthode

public TextPoint ( ) : System
Résultat System

TextPoint() public méthode

public TextPoint ( int X, int Y ) : System
X int
Y int
Résultat System