'Declaration
Public Overloads Overridable Function CreateImageData( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal stride As Integer, _ ByVal scan0 As IntPtr _ ) As Stream
Parameters
- width
- The width, in pixels, of the new image.
- height
- The height, in pixels, of the new image.
- stride
- Integer that specifies the byte offset between the beginning of one scan line and the next.
- scan0
- Pointer to an array of bytes that contains the pixel data.
Return Value
The binary stream data of the image.