[]
Creates a D2D.Bitmap1 from the image data.
public Bitmap1 ToD2DBitmap1(DeviceContext context, BitmapOptions bitmapOptions, params BaseTransform[] transforms)
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. |
Type | Description |
---|---|
Bitmap1 |