ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / DrawBitmap Method / DrawBitmap(Bitmap,Single,InterpolationMode,RectF,Matrix4x4) Method
The bitmap.
The opacity.
The interpolation mode.
The source rectangle.
The perspective transform ref.

In This Topic
    DrawBitmap(Bitmap,Single,InterpolationMode,RectF,Matrix4x4) Method
    In This Topic
    Draws the bitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawBitmap( _
       ByVal bitmap As Bitmap, _
       ByVal opacity As Single, _
       ByVal interpolationMode As InterpolationMode, _
       ByVal sourceRectangle As RectF, _
       ByVal perspectiveTransformRef As Matrix4x4 _
    ) 

    Parameters

    bitmap
    The bitmap.
    opacity
    The opacity.
    interpolationMode
    The interpolation mode.
    sourceRectangle
    The source rectangle.
    perspectiveTransformRef
    The perspective transform ref.
    See Also