'Declaration Protected Overridable Sub PaintText( _ ByVal g As Graphics, _ ByVal rText As Rectangle _ )
'Declaration
Protected Overridable Sub PaintText( _ ByVal g As Graphics, _ ByVal rText As Rectangle _ )
'Usage Dim instance As XShape Dim g As Graphics Dim rText As Rectangle instance.PaintText(g, rText)
'Usage
Dim instance As XShape Dim g As Graphics Dim rText As Rectangle instance.PaintText(g, rText)
protected virtual void PaintText( Graphics g, Rectangle rText )
XShape Class XShape Members