FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PaintText Method
Graphics device
Bounding rectangle for the text


In This Topic
PaintText Method (CalloutArrowShape)
In This Topic
Draws the text for the shape.
Syntax
'Declaration
 
Protected Overridable Sub PaintText( _
   ByVal g As Graphics, _
   ByVal rText As Rectangle _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim g As Graphics
Dim rText As Rectangle
 
instance.PaintText(g, rText)

Parameters

g
Graphics device
rText
Bounding rectangle for the text
See Also