Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / DeviceContext Class / DrawBitmap Method / DrawBitmap(Bitmap,Single,InterpolationMode,Matrix4x4) Method
The bitmap.
The opacity.
The interpolation mode.
The perspective transform ref.

In This Topic
    DrawBitmap(Bitmap,Single,InterpolationMode,Matrix4x4) 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, _
       ByVal perspectiveTransformRef As Matrix4x4 _
    ) 
    public void DrawBitmap( 
       Bitmap bitmap,
       System.float opacity,
       InterpolationMode interpolationMode,
       Matrix4x4 perspectiveTransformRef
    )

    Parameters

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