[]
DrawText
public void DrawText(string strText, float left, float top, float width, float height)
| Type | Name | Description |
|---|---|---|
| string | strText | |
| float | left | |
| float | top | |
| float | width | |
| float | height |
DrawText
public void DrawText(string strText, RectangleF text)
| Type | Name | Description |
|---|---|---|
| string | strText | |
| RectangleF | text |
RS: CR 24033 - Keep the method with the old signature for the back compatibility
public void DrawText(string[] astrText, float left, float top, float width, float height)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| float | left | |
| float | top | |
| float | width | |
| float | height |
DrawText
public void DrawText(string[] astrText, RectangleF text)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| RectangleF | text |
DrawText
public void DrawText(string strText, float left, float top, float width, float height, string strLink)
| Type | Name | Description |
|---|---|---|
| string | strText | |
| float | left | |
| float | top | |
| float | width | |
| float | height | |
| string | strLink |
DrawText
public void DrawText(string strText, RectangleF text, string strLink)
| Type | Name | Description |
|---|---|---|
| string | strText | |
| RectangleF | text | |
| string | strLink |
RS: CR 24033 - Keep the old method signature for the back compatibility
public void DrawText(string[] astrText, float left, float top, float width, float height, string strLink)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| float | left | |
| float | top | |
| float | width | |
| float | height | |
| string | strLink |
DrawText
public void DrawText(string[] astrText, RectangleF text, string strLink)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| RectangleF | text | |
| string | strLink |