Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / PaintText Method
Graphics device
Rectangle bounding the text


In This Topic
PaintText Method (ElementWindowless)
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 ElementWindowless
Dim g As Graphics
Dim rText As Rectangle
 
instance.PaintText(g, rText)

Parameters

g
Graphics device
rText
Rectangle bounding the text
See Also