C# 클래스 Alsing.SourceCode.TextRange

A range of text
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnChange ( ) : void

메소드 상세

OnChange() 보호된 메소드

protected OnChange ( ) : void
리턴 void

SetBounds() 공개 메소드

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
리턴 void

TextRange() 공개 메소드

public TextRange ( ) : System
리턴 System

TextRange() 공개 메소드

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