'Declaration
Public Overridable Sub Paint( _ ByVal context As NPaintContext, _ ByVal bounds As NRectangle _ )
'Usage
Dim instance As NUIShape Dim context As NPaintContext Dim bounds As NRectangle instance.Paint(context, bounds)
public virtual void Paint( NPaintContext context, NRectangle bounds )
Parameters
- context
- bounds