Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Clone Method


In This Topic
    Clone Method (Picture)
    In This Topic
    Internal use only. Creates and returns a copy of the picture.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As Picture
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()

    Return Value

    Copy of the picture
    See Also