C# 클래스 Alsing.SourceCode.TextPoint

Class representing a point in a text. where x is the column and y is the row.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
TextPoint ( ) : System

TextPoint ( int X, int Y ) : System

비공개 메소드들

메소드 설명
OnChange ( ) : void

메소드 상세

TextPoint() 공개 메소드

public TextPoint ( ) : System
리턴 System

TextPoint() 공개 메소드

public TextPoint ( int X, int Y ) : System
X int
Y int
리턴 System