Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateImageData Method


In This Topic
    CreateImageData Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CreateImageData( _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal stride As Integer, _
       ByVal scan0 As IntPtr _
    ) As Stream
    'Usage
     
    Dim instance As Factory
    Dim width As Integer
    Dim height As Integer
    Dim stride As Integer
    Dim scan0 As IntPtr
    Dim value As Stream
     
    value = instance.CreateImageData(width, height, stride, scan0)
    public virtual Stream CreateImageData( 
       int width,
       int height,
       int stride,
       IntPtr scan0
    )

    Parameters

    width
    height
    stride
    scan0
    See Also