'Declaration Protected Sub PaintNode( _ ByVal smartPaint As SmartPaint, _ ByVal bounds As Rectangle _ )
'Usage Dim instance As Node Dim smartPaint As SmartPaint Dim bounds As Rectangle instance.PaintNode(smartPaint, bounds)
protected void PaintNode( SmartPaint smartPaint, Rectangle bounds )
Parameters
- smartPaint
- A reference to a Xceed.SmartUI.SmartPaint object providing the theme-sensitive functionalities required to draw the node.
- bounds
- The bounds within which to paint the node.