Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Thickness Structure / Clone Method


In This Topic
    Clone Method
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As C1Thickness
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()
    See Also