Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / GetCompatibleBitmapHandle Method


In This Topic
GetCompatibleBitmapHandle Method
In This Topic
Gets the compatible bitmap handle.
Syntax
'Declaration
 
Public Overridable Function GetCompatibleBitmapHandle() As IntPtr
 
'Usage
 
Dim instance As ImageDrawing
Dim value As IntPtr
 
value = instance.GetCompatibleBitmapHandle()

Return Value

The compatible bitmap handle.
See Also