DrawImage(WriteableBitmap,Rectangle) Method
Draws the specified
ImageDrawing object.
void DrawImage(
WriteableBitmap ,
Rectangle
)
'Declaration
Overloads Sub DrawImage( _
ByVal As WriteableBitmap, _
ByVal As Rectangle _
)
'Usage
Dim instance As IDrawingContext
Dim bitmap As WriteableBitmap
Dim rect As Rectangle
instance.DrawImage(bitmap, rect)
Parameters
- bitmap
- The bitmap to paint.
- rect
- The rectangle to draw.