public void DrawImage(
System.Windows.Media.Imaging.WriteableBitmap image,
System.Windows.Rect rcImage,
System.Windows.Rect rcClip
)
'Declaration
Public Overloads Sub DrawImage( _
ByVal image As System.Windows.Media.Imaging.WriteableBitmap, _
ByVal rcImage As System.Windows.Rect, _
ByVal rcClip As System.Windows.Rect _
)