GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawImage Method / DrawImage(Bitmap,RectangleF) Method
The Bitmap to be drawn
The rectangle into which the Bitmap is drawn
In This Topic
    DrawImage(Bitmap,RectangleF) Method
    In This Topic
    Draws a Bitmap.
    Syntax
    public void DrawImage( 
       Bitmap img,
       RectangleF rect
    )

    Parameters

    img
    The Bitmap to be drawn
    rect
    The rectangle into which the Bitmap is drawn
    See Also