C# 클래스 TextTour.TextRun

상속: NewTOAPIA.UI.Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AppendCharacter ( char aChar ) : void
DeleteCharacter ( int index ) : void
DrawSelf ( DrawEvent devent ) : void
GetCharacterIndexForPoint ( Point aPoint ) : int
GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point
GetIndexedCharacterRectangle ( int index ) : Rectangle
GetLeadingPositionOfIndexedCharacter ( int index ) : Point
GetLeadingPositionOfLastCharacter ( ) : Point
GetTrailingPositionOfIndexedCharacter ( int index ) : Point
GetTrailingPositionOfLastCharacter ( ) : Point
InsertCharacter ( int index, char aChar ) : void
TextRun ( GDIFont aFont, int x, int y, int width, int height ) : System

메소드 상세

AppendCharacter() 공개 메소드

public AppendCharacter ( char aChar ) : void
aChar char
리턴 void

DeleteCharacter() 공개 메소드

public DeleteCharacter ( int index ) : void
index int
리턴 void

DrawSelf() 공개 메소드

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

GetCharacterIndexForPoint() 공개 메소드

public GetCharacterIndexForPoint ( Point aPoint ) : int
aPoint Point
리턴 int

GetCharacterLeadingPositionForPoint() 공개 메소드

public GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point
aPoint Point
리턴 Point

GetIndexedCharacterRectangle() 공개 메소드

public GetIndexedCharacterRectangle ( int index ) : Rectangle
index int
리턴 System.Drawing.Rectangle

GetLeadingPositionOfIndexedCharacter() 공개 메소드

public GetLeadingPositionOfIndexedCharacter ( int index ) : Point
index int
리턴 Point

GetLeadingPositionOfLastCharacter() 공개 메소드

public GetLeadingPositionOfLastCharacter ( ) : Point
리턴 Point

GetTrailingPositionOfIndexedCharacter() 공개 메소드

public GetTrailingPositionOfIndexedCharacter ( int index ) : Point
index int
리턴 Point

GetTrailingPositionOfLastCharacter() 공개 메소드

public GetTrailingPositionOfLastCharacter ( ) : Point
리턴 Point

InsertCharacter() 공개 메소드

public InsertCharacter ( int index, char aChar ) : void
index int
aChar char
리턴 void

TextRun() 공개 메소드

public TextRun ( GDIFont aFont, int x, int y, int width, int height ) : System
aFont NewTOAPIA.Drawing.GDIFont
x int
y int
width int
height int
리턴 System