Overload | Description |
---|---|
BitmapPaint() | Paints a bitmap. |
BitmapPaint(Picture) | Paints the specified background image as a bitmap. |
BitmapPaint(Picture,Single) | Paints the specified background image as a bitmap with the specified scaling. |
BitmapPaint(Picture,Rectangle) | Paints the specified background image as a bitmap in the specified rectangle. |
BitmapPaint(Picture,Rectangle,Single) | Paints the specified background image as a bitmap in the specified rectangle with the specified scaling. |