←Select platform

CreateD2DBitmap Method

Summary

Creates an instance of a D2D bitmap.

Syntax

C#
VB
C++
public Leadtools.Windows.D2drendering.D2DBitmap CreateD2DBitmap(  
   byte[] data 
) 
Public Function CreateD2DBitmap( _ 
   ByVal data() As Byte _ 
) As Leadtools.Windows.D2drendering.D2DBitmap 
public: 
Leadtools.Windows.D2drendering.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.D2DRendering Assembly
Click or drag to resize