'Declaration
Overloads Sub DrawImage( _ ByVal bitmap As WriteableBitmap, _ ByVal rect As Rectangle _ )
'Usage
Dim instance As IDrawingSurface Dim bitmap As WriteableBitmap Dim rect As Rectangle instance.DrawImage(bitmap, rect)
Parameters
- bitmap
- The bitmap to paint.
- rect
- The rectangle to draw.