FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / PaintText Method
Graphics device
Rectangle bounding the text


In This Topic
PaintText Method (ElementWithButtons)
In This Topic
Paints the text of the element in the specified rectangle.
Syntax
'Declaration
 
Protected Overridable Sub PaintText( _
   ByVal g As Graphics, _
   ByVal rText As Rectangle _
) 
 
'Usage
 
Dim instance As ElementWithButtons
Dim g As Graphics
Dim rText As Rectangle
 
instance.PaintText(g, rText)

Parameters

g
Graphics device
rText
Rectangle bounding the text
See Also