Method SetCharArray
SetCharArray(char[])
Character array containing the text to be displayed.
Declaration
public void SetCharArray(char[] sourceText)
Parameters
Type | Name | Description |
---|---|---|
char[] | sourceText |
SetCharArray(char[], int, int)
Character array containing the text to be displayed.
Declaration
public void SetCharArray(char[] sourceText, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
char[] | sourceText | |
int | start | |
int | length |
SetCharArray(int[], int, int)
Character array containing the text to be displayed.
Declaration
public void SetCharArray(int[] sourceText, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
int[] | sourceText | |
int | start | |
int | length |