CreateD2DBitmap Method
Summary
Creates an instance of a D2D bitmap.
Syntax
Public Function CreateD2DBitmap( _
ByVal data() As Byte _
) As D2DBitmap
Parameters
data
An array of bytes that represents the content of a D2D bitmap image.
Return Value
The D2DBitmap created from the specified array of pixels.