Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PaintString Method
Graphics device interface
Rectangular area
String to paint


In This Topic
PaintString Method
In This Topic
Paints the string.
Syntax
'Declaration
 
Protected Overridable Sub PaintString( _
   ByVal g As Graphics, _
   ByVal faceRect As Rectangle, _
   ByVal paintStr As String _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim g As Graphics
Dim faceRect As Rectangle
Dim paintStr As String
 
instance.PaintString(g, faceRect, paintStr)

Parameters

g
Graphics device interface
faceRect
Rectangular area
paintStr
String to paint
See Also