Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1BulletGraph Class / C1BulletGraph Constructor / C1BulletGraph Constructor(IntPtr)


In This Topic
    C1BulletGraph Constructor(IntPtr)
    In This Topic
    Initializes a new instance of a C1BulletGraph.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal handle As IntPtr _
    )
    'Usage
     
    
    Dim handle As IntPtr
     
    Dim instance As New C1BulletGraph(handle)
    public C1BulletGraph( 
       IntPtr handle
    )

    Parameters

    handle
    See Also