'Declaration
Protected Overridable Sub PaintShape( _ ByVal g As System.Drawing.Graphics, _ ByVal bounds As NRectangle _ )
'Usage
Dim instance As NUIShapeViewer Dim g As System.Drawing.Graphics Dim bounds As NRectangle instance.PaintShape(g, bounds)
protected virtual void PaintShape( System.Drawing.Graphics g, NRectangle bounds )
Parameters
- g
- bounds