WpfRenderingContextDrawImage 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
public void DrawImage(
        Bitmap bitmap,
        Rect bounds
)

Parameters

bitmap
Type: WebSupergoo.WordGlue4.RenderingBitmap
bounds
Type: WebSupergoo.WordGlue4Rect

Implements

IRenderingContextDrawImage(Bitmap, Rect)
See Also