'Declaration
Protected Overridable Sub PaintString( _ ByVal g As Graphics, _ ByVal faceRect As Rectangle, _ ByVal paintStr As String _ )
'Usage
Dim instance As SuperEditPreview 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