Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / DrawBitmap Method
The Bitmap to draw.
Specifies the location and size of the drawn image.
The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel.

In This Topic
    DrawBitmap Method (BitmapRenderer)
    In This Topic
    Draws a Bitmap at the specified location and with the specified size.
    Syntax
    'Declaration
     
    Public Sub DrawBitmap( _
       ByVal bitmap As GcBitmap, _
       ByVal rect As System.Drawing.RectangleF, _
       Optional ByVal opacity As System.Single _
    ) 
    public void DrawBitmap( 
       GcBitmap bitmap,
       System.Drawing.RectangleF rect,
       System.float opacity
    )

    Parameters

    bitmap
    The Bitmap to draw.
    rect
    Specifies the location and size of the drawn image.
    opacity
    The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel.
    See Also