Свойство | Тип | Описание | |
---|---|---|---|
CalculateDrawingStringSize | |||
EvaluateFontAndTextColor | int | ||
InsertAfter | void | ||
MakeTextRun | |||
Remove | |||
UpdateRunWidth | void |
Метод | Описание | |
---|---|---|
Clone ( ) : |
||
Copy ( int startIndex ) : |
||
Copy ( int startIndex, int length ) : |
||
CopyContentToStringBuilder ( StringBuilder stBuilder ) : void | ||
CustomDrawToThisCanvas ( |
||
EditableTextRun ( RootGraphic gfx, char copyBuffer, |
||
EditableTextRun ( RootGraphic gfx, string str, |
||
GetChar ( int index ) : char | ||
GetCharacterFromPixelOffset ( int pixelOffset ) : |
||
GetRunWidth ( int charOffset ) : int | ||
LeftCopy ( int index ) : |
||
ResetRootGraphics ( RootGraphic rootgfx ) : void | ||
SetStyle ( |
Метод | Описание | |
---|---|---|
GetFont ( ) : |
Метод | Описание | |
---|---|---|
CalculateDrawingStringSize ( char buffer, int length ) : |
||
EvaluateFontAndTextColor ( |
||
InsertAfter ( int index, char c ) : void | ||
MakeTextRun ( int sourceIndex, int length ) : |
||
Remove ( int startIndex, int length, bool withFreeRun ) : |
||
UpdateRunWidth ( ) : void |
public Copy ( int startIndex ) : |
||
startIndex | int | |
Результат |
public Copy ( int startIndex, int length ) : |
||
startIndex | int | |
length | int | |
Результат |
public CopyContentToStringBuilder ( StringBuilder stBuilder ) : void | ||
stBuilder | StringBuilder | |
Результат | void |
public CustomDrawToThisCanvas ( |
||
canvas | ||
updateArea | ||
Результат | void |
public EditableTextRun ( RootGraphic gfx, char copyBuffer, |
||
gfx | RootGraphic | |
copyBuffer | char | |
style | ||
Результат | System |
public EditableTextRun ( RootGraphic gfx, string str, |
||
gfx | RootGraphic | |
str | string | |
style | ||
Результат | System |
public GetCharacterFromPixelOffset ( int pixelOffset ) : |
||
pixelOffset | int | |
Результат |
protected GetFont ( ) : |
||
Результат |
public GetRunWidth ( int charOffset ) : int | ||
charOffset | int | |
Результат | int |
public LeftCopy ( int index ) : |
||
index | int | |
Результат |
public ResetRootGraphics ( RootGraphic rootgfx ) : void | ||
rootgfx | RootGraphic | |
Результат | void |
public SetStyle ( |
||
spanStyle | ||
Результат | void |