[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.C1Mapper.GetImage

GetImage Method

GetImage(bool, double, double)

Gets a System.Drawing.Image representing the current map.

Declaration
public Image GetImage(bool designTime, double dpiX, double dpiY)
Parameters
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.

Returns
Type Description
Image

The image (metafile).