Spread WinForms 15
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)

Parameters

hglrc
An System.IntPtr context to delete
See Also