'Declaration
Public Overloads Sub CopyTo( _ ByVal bitmap As IndexBitmap, _ ByVal index As Integer, _ ByVal index2 As Integer _ )
'Usage
Dim instance As IndexBitmap Dim bitmap As IndexBitmap Dim index As Integer Dim index2 As Integer instance.CopyTo(bitmap, index, index2)
Parameters
- bitmap
- An IndexBitmap object indicates the bitmap is copied to.
- index
- An integer value indicates the start index of the specified range.
- index2
- An integer value indicates the end index of the specified range.