Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Chart3DRenderer Class / CreateContext Method
An System.IntPtr hdc


In This Topic
CreateContext Method
In This Topic
Creates an System.IntPtr context.
Syntax
'Declaration
 
Public Function CreateContext( _
   ByVal hdc As IntPtr _
) As IntPtr
 
'Usage
 
Dim instance As Chart3DRenderer
Dim hdc As IntPtr
Dim value As IntPtr
 
value = instance.CreateContext(hdc)

Parameters

hdc
An System.IntPtr hdc
See Also