Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / CreateCompatibleDC Method
A device context


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

Parameters

hdc
A device context

Return Value

An System.IntPtr represents the compatiable device context
See Also