'Declaration
Protected Overridable Sub PostPaint( _ ByVal context As NPaintContext, _ ByVal bounds As NRectangle _ )
'Usage
Dim instance As NUIShape Dim context As NPaintContext Dim bounds As NRectangle instance.PostPaint(context, bounds)
protected virtual void PostPaint( NPaintContext context, NRectangle bounds )
Parameters
- context
- bounds