[]
Draws the image.
public void DrawImage(Image image, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
Image | image | The image. |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
Draws the image.
public void DrawImage(Image image, float left, float top, float width, float height, string title, string description)
Type | Name | Description |
---|---|---|
Image | image | The image. |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
string | title | The title. |
string | description | The description. |
Draws the image.
public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
Image | image | The image. |
bool | managedImage | if set to |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
Draws the image.
public void DrawImage(Image image, RectangleF bounds)
Type | Name | Description |
---|---|---|
Image | image | The image. |
RectangleF | bounds | The bounds. |
Draws the image.
public void DrawImage(Image image, bool managedImage, RectangleF bounds)
Type | Name | Description |
---|---|---|
Image | image | The image. |
bool | managedImage | if set to |
RectangleF | bounds | The bounds. |
Draws the image.
public void DrawImage(Image image, float left, float top, float width, float height, string strLink)
Type | Name | Description |
---|---|---|
Image | image | The image. |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
string | strLink | The string link. |
Draws the image.
public void DrawImage(Image image, float left, float top, float width, float height, string strLink, string title, string description)
Type | Name | Description |
---|---|---|
Image | image | The image. |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
string | strLink | The string link. |
string | title | The title. |
string | description | The description. |
Draws the image.
public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height, string strLink)
Type | Name | Description |
---|---|---|
Image | image | The image. |
bool | managedImage | if set to |
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
string | strLink | The string link. |
Draws the image.
public void DrawImage(Image image, RectangleF bounds, string strLink)
Type | Name | Description |
---|---|---|
Image | image | The image. |
RectangleF | bounds | The bounds. |
string | strLink | The string link. |
Draws the image.
public void DrawImage(Image image, bool imageChanged, RectangleF text, string strLink)
Type | Name | Description |
---|---|---|
Image | image | The image. |
bool | imageChanged | if set to |
RectangleF | text | The text. |
string | strLink | The string link. |