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

In This Topic
    CompositeIconRenderer Constructor
    In This Topic
    Creates an instance of the inheritor of CompositeIconRenderer class in accordance with the C1Icon type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal icon As C1CompositeIcon, _
       Optional ByVal deviceDpi As Integer _
    )
    public CompositeIconRenderer( 
       C1CompositeIcon icon,
       int deviceDpi
    )

    Parameters

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