Spread Windows Forms 12.0 Product Documentation
CreateCompatibleDC Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : CreateCompatibleDC Method
A device context
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)
public static IntPtr CreateCompatibleDC( 
   IntPtr hdc
)

Parameters

hdc
A device context

Return Value

An System.IntPtr represents the compatiable device context
See Also

Reference

RichTextEditor Class
RichTextEditor Members