GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawImage Method / DrawImage(Bitmap,Single,Single,Single,Single) Method
The bitmap to be drawn
The x coordinate of the top left corner of the image
The x coordinate of the top left corner of the image
The width of the drawn image
The height of the drawn image
In This Topic
    DrawImage(Bitmap,Single,Single,Single,Single) Method
    In This Topic
    Draws a Bitmap.
    Syntax
    public void DrawImage( 
       Bitmap img,
       float x,
       float y,
       float w,
       float h
    )

    Parameters

    img
    The bitmap to be drawn
    x
    The x coordinate of the top left corner of the image
    y
    The x coordinate of the top left corner of the image
    w
    The width of the drawn image
    h
    The height of the drawn image
    See Also