Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PaintString Method
Graphics device interface
Rectangular area
String to paint


In This Topic
    PaintString Method (SuperEditBase)
    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)
    protected virtual void PaintString( 
       Graphics g,
       Rectangle faceRect,
       string paintStr
    )

    Parameters

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