ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / DrawBitmap Method / DrawBitmap(Bitmap,Single,InterpolationMode) Method
The bitmap.
The opacity.
The interpolation mode.

In This Topic
    DrawBitmap(Bitmap,Single,InterpolationMode) Method
    In This Topic
    Draws the bitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawBitmap( _
       ByVal bitmap As Bitmap, _
       ByVal opacity As System.Single, _
       ByVal interpolationMode As InterpolationMode _
    ) 
    public void DrawBitmap( 
       Bitmap bitmap,
       System.float opacity,
       InterpolationMode interpolationMode
    )

    Parameters

    bitmap
    The bitmap.
    opacity
    The opacity.
    interpolationMode
    The interpolation mode.
    See Also