InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconRenderer Class / BitmapIconRenderer Constructor
The icon to render.
The device dpi where the image will be used.

In This Topic
    BitmapIconRenderer Constructor
    In This Topic
    Initializes a new instance of the BitmapIconRenderer class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal icon As C1BitmapIcon, _
       Optional ByVal deviceDpi As Integer _
    )
    public BitmapIconRenderer( 
       C1BitmapIcon icon,
       int deviceDpi
    )

    Parameters

    icon
    The icon to render.
    deviceDpi
    The device dpi where the image will be used.
    See Also