Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / Factory Class / CreateImageData Method / CreateImageData(IntPtr) Method
Pointer to the bitmap data.


In This Topic
    CreateImageData(IntPtr) Method
    In This Topic
    Creates the image data.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function CreateImageData( _
       ByVal hBitmap As IntPtr _
    ) As Stream
    'Usage
     
    
    Dim instance As Factory
    Dim hBitmap As IntPtr
    Dim value As Stream
     
    value = instance.CreateImageData(hBitmap)
    public override Stream CreateImageData( 
       IntPtr hBitmap
    )

    Parameters

    hBitmap
    Pointer to the bitmap data.

    Return Value

    The binary stream data of the image.
    See Also