'Declaration
Public Shared Sub DrawTransparentBackground( _ ByVal g As System.Drawing.Graphics, _ ByVal parent As System.Windows.Forms.Control, _ ByVal child As System.Windows.Forms.Control, _ ByVal clip As System.Drawing.Rectangle _ )
'Usage
Dim g As System.Drawing.Graphics Dim parent As System.Windows.Forms.Control Dim child As System.Windows.Forms.Control Dim clip As System.Drawing.Rectangle NUIRenderer.DrawTransparentBackground(g, parent, child, clip)
Parameters
- g
- parent
- child
- clip