[]
Gets a System.Drawing.Image representing the current map.
public Image GetImage(bool designTime, double dpiX, double dpiY)
| Type | Name | Description |
|---|---|---|
| bool | designTime | Specifies whether we are in design time or runtime. |
| double | dpiX | The horizontal resolution of the image. |
| double | dpiY | The vertical resolution of the image. |
| Type | Description |
|---|---|
| Image | The image (metafile). |