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)
Parameter | Type | Description |
---|---|---|
srcRect | Rectangle | The source rectangle within the source bitmap. |
dstRect | Rectangle | The destination rectangle within the current bitmap. |
bitmap | IBitmap | The source bitmap IBitmap from which to draw. |
See Also
- interface IBitmap
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG