[]
        
(Showing Draft Content)

C1.Framework.C1IconTemplate.CreateIcon

CreateIcon Method

CreateIcon()

Creates a new icon.

Declaration
public C1Icon CreateIcon()
Public Function CreateIcon() As C1Icon
Returns
Type Description
C1Icon

CreateIcon(Size)

Creates a new icon with specified size.

Declaration
public C1Icon CreateIcon(Size size)
Public Function CreateIcon(size As Size) As C1Icon
Parameters
Type Name Description
Size size

The icon size.

Returns
Type Description
C1Icon