ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1IconTemplate Class / CreateIcon Method / CreateIcon(Size) Method
The icon size.

In This Topic
    CreateIcon(Size) Method
    In This Topic
    Creates a new icon with specified size.
    Syntax
    'Declaration
     
    Public Overloads Function CreateIcon( _
       ByVal size As System.Drawing.Size _
    ) As C1Icon
    public C1Icon CreateIcon( 
       System.Drawing.Size size
    )

    Parameters

    size
    The icon size.
    See Also