'Declaration
Protected Overridable Sub DrawToBitmap( _ ByVal control As System.Windows.Forms.Control, _ ByVal bitmap As System.Drawing.Bitmap, _ ByVal targetBounds As System.Drawing.Rectangle _ )
'Usage
Dim instance As NWinFormControlHostPrimitive Dim control As System.Windows.Forms.Control Dim bitmap As System.Drawing.Bitmap Dim targetBounds As System.Drawing.Rectangle instance.DrawToBitmap(control, bitmap, targetBounds)
protected virtual void DrawToBitmap( System.Windows.Forms.Control control, System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds )
Parameters
- control
- bitmap
- targetBounds