ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / C1Mapper Class / GetImage Method
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 dpiX As Double, _
       ByVal dpiY As Double _
    ) As Image
    public Image GetImage( 
       double dpiX,
       double dpiY
    )

    Parameters

    dpiX
    The horizontal resolution of the image.
    dpiY
    The vertical resolution of the image.

    Return Value

    The image (bitmap).
    See Also