C# Class TextTour.TextRun

Inheritance: NewTOAPIA.UI.Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AppendCharacter ( char aChar ) : void
aChar char
Résultat void

DeleteCharacter() public méthode

public DeleteCharacter ( int index ) : void
index int
Résultat void

DrawSelf() public méthode

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

GetCharacterIndexForPoint() public méthode

public GetCharacterIndexForPoint ( Point aPoint ) : int
aPoint Point
Résultat int

GetCharacterLeadingPositionForPoint() public méthode

public GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point
aPoint Point
Résultat Point

GetIndexedCharacterRectangle() public méthode

public GetIndexedCharacterRectangle ( int index ) : Rectangle
index int
Résultat System.Drawing.Rectangle

GetLeadingPositionOfIndexedCharacter() public méthode

public GetLeadingPositionOfIndexedCharacter ( int index ) : Point
index int
Résultat Point

GetLeadingPositionOfLastCharacter() public méthode

public GetLeadingPositionOfLastCharacter ( ) : Point
Résultat Point

GetTrailingPositionOfIndexedCharacter() public méthode

public GetTrailingPositionOfIndexedCharacter ( int index ) : Point
index int
Résultat Point

GetTrailingPositionOfLastCharacter() public méthode

public GetTrailingPositionOfLastCharacter ( ) : Point
Résultat Point

InsertCharacter() public méthode

public InsertCharacter ( int index, char aChar ) : void
index int
aChar char
Résultat void

TextRun() public méthode

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
Résultat System