Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / CopyTo Method / CopyTo(IndexBitmap) Method
An IndexBitmap object indicates the bitmap is copied to.


In This Topic
    CopyTo(IndexBitmap) Method
    In This Topic
    Copies current indexes bitmap to the specified IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyTo( _
       ByVal bitmap As IndexBitmap _
    ) 
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim bitmap As IndexBitmap
     
    instance.CopyTo(bitmap)
    public void CopyTo( 
       IndexBitmap bitmap
    )

    Parameters

    bitmap
    An IndexBitmap object indicates the bitmap is copied to.
    See Also