IBitmap.DrawBitmap

IBitmap.DrawBitmap method

Draws the specified source rectangle of the given bitmap onto the specified destination rectangle of the current bitmap.

public void DrawBitmap(Rectangle srcRect, Rectangle dstRect, IBitmap bitmap)
ParameterTypeDescription
srcRectRectangleThe source rectangle within the source bitmap.
dstRectRectangleThe destination rectangle within the current bitmap.
bitmapIBitmapThe source bitmap IBitmap from which to draw.

See Also