[]
Draws the text.
public void DrawText(string strText, float left, float top, float width, float height)
| Type | Name | Description |
|---|---|---|
| string | strText | The string text. |
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |
Draws the text.
public void DrawText(string strText, RectangleF text)
| Type | Name | Description |
|---|---|---|
| string | strText | The string text. |
| RectangleF | text | The text. |
Draws the text.
public void DrawText(string[] astrText, float left, float top, float width, float height)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | The astr text. |
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |
Draws the text.
public void DrawText(string[] astrText, RectangleF text)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | The astr text. |
| RectangleF | text | The text. |
Draws the text.
public void DrawText(string strText, float left, float top, float width, float height, string strLink)
| Type | Name | Description |
|---|---|---|
| string | strText | The string text. |
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |
| string | strLink | The string link. |
Draws the text.
public void DrawText(string strText, RectangleF text, string strLink)
| Type | Name | Description |
|---|---|---|
| string | strText | The string text. |
| RectangleF | text | The text. |
| string | strLink | The string link. |
Draws the text.
public void DrawText(string[] astrText, float left, float top, float width, float height, string strLink)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | The astr text. |
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |
| string | strLink | The string link. |
Draws the text.
public void DrawText(string[] astrText, RectangleF text, string strLink)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | The astr text. |
| RectangleF | text | The text. |
| string | strLink | The string link. |