C# Class TextTour.TextRun

Inheritance: NewTOAPIA.UI.Graphic
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
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

Method Details

AppendCharacter() public method

public AppendCharacter ( char aChar ) : void
aChar char
return void

DeleteCharacter() public method

public DeleteCharacter ( int index ) : void
index int
return void

DrawSelf() public method

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

GetCharacterIndexForPoint() public method

public GetCharacterIndexForPoint ( Point aPoint ) : int
aPoint Point
return int

GetCharacterLeadingPositionForPoint() public method

public GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point
aPoint Point
return Point

GetIndexedCharacterRectangle() public method

public GetIndexedCharacterRectangle ( int index ) : Rectangle
index int
return System.Drawing.Rectangle

GetLeadingPositionOfIndexedCharacter() public method

public GetLeadingPositionOfIndexedCharacter ( int index ) : Point
index int
return Point

GetLeadingPositionOfLastCharacter() public method

public GetLeadingPositionOfLastCharacter ( ) : Point
return Point

GetTrailingPositionOfIndexedCharacter() public method

public GetTrailingPositionOfIndexedCharacter ( int index ) : Point
index int
return Point

GetTrailingPositionOfLastCharacter() public method

public GetTrailingPositionOfLastCharacter ( ) : Point
return Point

InsertCharacter() public method

public InsertCharacter ( int index, char aChar ) : void
index int
aChar char
return void

TextRun() public method

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
return System