Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Clone Method


In This Topic
Clone Method (IndexBitmap)
In This Topic
Creates a shallow copy of the IndexBitmap.
Syntax
'Declaration
 
Public Function Clone() As IndexBitmap
 
'Usage
 
Dim instance As IndexBitmap
Dim value As IndexBitmap
 
value = instance.Clone()

Return Value

A shallow copy of the IndexBitmap.
See Also