'Declaration
Protected Overridable Function GetChildPaintBounds( _ ByVal child As INUIElement, _ ByVal bounds As NRectangle _ ) As NRectangle
'Usage
Dim instance As NUIElementContainer Dim child As INUIElement Dim bounds As NRectangle Dim value As NRectangle value = instance.GetChildPaintBounds(child, bounds)
protected virtual NRectangle GetChildPaintBounds( INUIElement child, NRectangle bounds )
Parameters
- child
- bounds