Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / RoundRectLayer Class / Clone Method


In This Topic
    Clone Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clone( _
       ByVal other As CoreAnimation.CALayer _
    ) 
    'Usage
     
    
    Dim instance As RoundRectLayer
    Dim other As CoreAnimation.CALayer
     
    instance.Clone(other)
    public virtual void Clone( 
       CoreAnimation.CALayer other
    )

    Parameters

    other
    See Also