Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / DeleteDC Method
The device context


In This Topic
DeleteDC Method
In This Topic
Deletes a device context
Syntax
'Declaration
 
Public Shared Function DeleteDC( _
   ByVal hdc As IntPtr _
) As IntPtr
 
'Usage
 
Dim hdc As IntPtr
Dim value As IntPtr
 
value = RichTextEditor.DeleteDC(hdc)

Parameters

hdc
The device context
See Also