Spread for ASP.NET 10 Product Documentation
DeleteContext Method


An System.IntPtr context to delete
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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Chart3DRenderer Class
Chart3DRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.