Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / CopyTo Method / CopyTo(IndexBitmap,Int32,Int32) Method
An IndexBitmap object indicates the bitmap is copied to.
An integer value indicates the start index of the specified range.
An integer value indicates the end index of the specified range.


In This Topic
    CopyTo(IndexBitmap,Int32,Int32) Method
    In This Topic
    Copies current indexes bitmap to the specified IndexBitmap.
    Syntax
    '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)
    public void CopyTo( 
       IndexBitmap bitmap,
       int index,
       int 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.
    See Also