draw_bitmap method
draw_bitmap
Draws the specified source rectangle of the given bitmap onto the specified destination rectangle of the current bitmap.
def draw_bitmap(self, src_rect, dst_rect, bitmap):
...
Parameter | Type | Description |
---|---|---|
src_rect | aspose.pydrawing.Rectangle | The source rectangle within the source bitmap. |
dst_rect | aspose.pydrawing.Rectangle | The destination rectangle within the current bitmap. |
bitmap | IBitmap | The source bitmap IBitmap from which to draw. |
See Also
- module
aspose.svg.drawing
- class
IBitmap