Creates an instance of a D2D bitmap.
public D2DBitmap CreateD2DBitmap( byte[] data )
public D2DBitmap CreateD2DBitmap(
byte[] data
)
Public Function CreateD2DBitmap( _ ByVal data() As Byte _ ) As Leadtools.Windows.D2drendering.D2DBitmap
Public Function CreateD2DBitmap( _
ByVal data() As Byte _
) As Leadtools.Windows.D2drendering.D2DBitmap
public: Leadtools.Windows.D2drendering.D2DBitmap^ CreateD2DBitmap( array<byte>^ data )
public:
Leadtools.Windows.D2drendering.D2DBitmap^ CreateD2DBitmap(
array<byte>^ data
data An array of bytes that represents the content of a D2D bitmap image.
The D2DBitmap created from the specified array of pixels.
Target Platforms
D2DSurface Class
D2DSurface Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Multimedia .NET | C API
Medical Web Viewer .NET
.NET
Silverlight
WinRT
WinRT Phone
Java
Android
iOS/macOS
JavaScript HTML5
Multimedia
Medical Web Viewer
C API
C++ Class Library