C# Class Alsing.SourceCode.TextPoint

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

Public Methods

Method Description
TextPoint ( ) : System

TextPoint ( int X, int Y ) : System

Private Methods

Method Description
OnChange ( ) : void

Method Details

TextPoint() public method

public TextPoint ( ) : System
return System

TextPoint() public method

public TextPoint ( int X, int Y ) : System
X int
Y int
return System