Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

CreateD2DBitmap Method






An array of bytes that represents the content of a D2D bitmap image.
Creates an instance of a D2D bitmap.
Syntax
public D2DBitmap CreateD2DBitmap( 
   byte[] data
)
'Declaration
 
Public Function CreateD2DBitmap( _
   ByVal data() As Byte _
) As D2DBitmap
'Usage
 
Dim instance As D2DSurface
Dim data() As Byte
Dim value As D2DBitmap
 
value = instance.CreateD2DBitmap(data)

            

            
public:
D2DBitmap^ CreateD2DBitmap( 
   array<byte>^ data
) 

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.
Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file