ComponentOne Bitmap for UWP
ToD2DBitmap1 Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : ToD2DBitmap1 Method
The device context used to create a D2D bitmap.
Specifies how a bitmap can be used.
The transformation chain, can be empty to just copy the image.
Creates a D2D.Bitmap1 from the image data.
Syntax
'Declaration
 
Public Function ToD2DBitmap1( _
   ByVal context As DeviceContext, _
   ByVal bitmapOptions As BitmapOptions, _
   ByVal ParamArray transforms() As BaseTransform _
) As Bitmap1
public Bitmap1 ToD2DBitmap1( 
   DeviceContext context,
   BitmapOptions bitmapOptions,
   params BaseTransform[] transforms
)

Parameters

context
The device context used to create a D2D bitmap.
bitmapOptions
Specifies how a bitmap can be used.
transforms
The transformation chain, can be empty to just copy the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members