FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / GetImage Method
Specifies whether we are in design time or runtime.
The horizontal resolution of the image.
The vertical resolution of the image.

In This Topic
    GetImage Method
    In This Topic
    Gets a System.Drawing.Image representing the current map.
    Syntax
    'Declaration
     
    Public Function GetImage( _
       ByVal designTime As Boolean, _
       ByVal dpiX As Double, _
       ByVal dpiY As Double _
    ) As Image
    public Image GetImage( 
       bool designTime,
       double dpiX,
       double dpiY
    )

    Parameters

    designTime
    Specifies whether we are in design time or runtime.
    dpiX
    The horizontal resolution of the image.
    dpiY
    The vertical resolution of the image.

    Return Value

    The image (metafile).
    See Also