ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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.

In This Topic
    ToD2DBitmap1 Method
    In This Topic
    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