[]
Creates a resourced сanvas item based on image data and adds it to internal canvas items collection.
public void DrawImage(Image image, float left, float top, float width, float height, string strLink = "", string title = "", string description = "")
| Type | Name | Description |
|---|---|---|
| Image | image | |
| float | left | |
| float | top | |
| float | width | |
| float | height | |
| string | strLink | |
| string | title | |
| string | description |
Creates a resourced сanvas item based on image data and adds it to internal canvas items collection.
public void DrawImage(Image image, RectangleF bounds, string strLink = "", string title = "", string description = "")
| Type | Name | Description |
|---|---|---|
| Image | image | |
| RectangleF | bounds | |
| string | strLink | |
| string | title | |
| string | description |