[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.ToD2DBitmap1

ToD2DBitmap1 Method

ToD2DBitmap1(DeviceContext, BitmapOptions, params BaseTransform[])

Creates a D2D.Bitmap1 from the image data.

Declaration
public Bitmap1 ToD2DBitmap1(DeviceContext context, BitmapOptions bitmapOptions, params BaseTransform[] transforms)
Parameters
Type Name Description
DeviceContext context

The device context used to create a D2D bitmap.

BitmapOptions bitmapOptions

Specifies how a bitmap can be used.

BaseTransform[] transforms

The transformation chain, can be empty to just copy the image.

Returns
Type Description
Bitmap1