'DeclarationProtected Overridable Function CreatePaintContext( _ ByVal g As System.Drawing.Graphics, _ ByVal paintRect As NRectangle, _ ByVal clipRect As NRectangle _ ) As NPaintContext
'UsageDim instance As NUIElementHost Dim g As System.Drawing.Graphics Dim paintRect As NRectangle Dim clipRect As NRectangle Dim value As NPaintContext value = instance.CreatePaintContext(g, paintRect, clipRect)
protected virtual NPaintContext CreatePaintContext( System.Drawing.Graphics g, NRectangle paintRect, NRectangle clipRect )
Parameters
- g
- paintRect
- clipRect