Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Chart3DRenderer Class / DeleteContext Method
An System.IntPtr context to delete


In This Topic
    DeleteContext Method
    In This Topic
    Deletes a context.
    Syntax
    'Declaration
     
    
    Public Sub DeleteContext( _
       ByVal hglrc As IntPtr _
    ) 
    'Usage
     
    
    Dim instance As Chart3DRenderer
    Dim hglrc As IntPtr
     
    instance.DeleteContext(hglrc)
    public void DeleteContext( 
       IntPtr hglrc
    )

    Parameters

    hglrc
    An System.IntPtr context to delete
    See Also