IRenderingContextDrawImage Method
|
Draw a raster image into a particular
rectangle.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
void DrawImage(
Bitmap bitmap,
Rect bounds
)
Sub DrawImage (
bitmap As Bitmap,
bounds As Rect
)
abstract DrawImage :
bitmap : Bitmap *
bounds : Rect -> unit
Parameters
- bitmap
- Type: WebSupergoo.WordGlue4.RenderingBitmap
A bitmap representation of the image.
- bounds
- Type: WebSupergoo.WordGlue4Rect
The area into which the image should be drawn.
See Also