Метод | Описание | |
---|---|---|
AppendCharacter ( char aChar ) : void | ||
DeleteCharacter ( int index ) : void | ||
DrawSelf ( |
||
GetCharacterIndexForPoint ( Point aPoint ) : int | ||
GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point | ||
GetIndexedCharacterRectangle ( int index ) : |
||
GetLeadingPositionOfIndexedCharacter ( int index ) : Point | ||
GetLeadingPositionOfLastCharacter ( ) : Point | ||
GetTrailingPositionOfIndexedCharacter ( int index ) : Point | ||
GetTrailingPositionOfLastCharacter ( ) : Point | ||
InsertCharacter ( int index, char aChar ) : void | ||
TextRun ( |
public AppendCharacter ( char aChar ) : void | ||
aChar | char | |
Результат | void |
public DeleteCharacter ( int index ) : void | ||
index | int | |
Результат | void |
public DrawSelf ( |
||
devent | ||
Результат | void |
public GetCharacterIndexForPoint ( Point aPoint ) : int | ||
aPoint | Point | |
Результат | int |
public GetCharacterLeadingPositionForPoint ( Point aPoint ) : Point | ||
aPoint | Point | |
Результат | Point |
public GetIndexedCharacterRectangle ( int index ) : |
||
index | int | |
Результат |
public GetLeadingPositionOfIndexedCharacter ( int index ) : Point | ||
index | int | |
Результат | Point |
public GetLeadingPositionOfLastCharacter ( ) : Point | ||
Результат | Point |
public GetTrailingPositionOfIndexedCharacter ( int index ) : Point | ||
index | int | |
Результат | Point |
public GetTrailingPositionOfLastCharacter ( ) : Point | ||
Результат | Point |
public InsertCharacter ( int index, char aChar ) : void | ||
index | int | |
aChar | char | |
Результат | void |
public TextRun ( |
||
aFont | ||
x | int | |
y | int | |
width | int | |
height | int | |
Результат | System |