Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1BitmapIcon Class / Clone Method

In This Topic
    Clone Method (C1BitmapIcon)
    In This Topic
    Creates a copy of the icon.
    Syntax
    'Declaration
     
    
    Public Shadows Function Clone() As C1BitmapIcon
    public new C1BitmapIcon Clone()
    See Also