InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Size _
    ) As C1Icon
    public C1Icon CreateIcon( 
       Size size
    )

    Parameters

    size
    The icon size.
    See Also