Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / PaintTextAndPicture Method
Graphics device
Rectangle bounding both the text and picture


In This Topic
PaintTextAndPicture Method (ChartShape)
In This Topic
Paints the text and picture in the element.
Syntax
'Declaration
 
Protected Overrides Sub PaintTextAndPicture( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As ChartShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintTextAndPicture(g, r)

Parameters

g
Graphics device
r
Rectangle bounding both the text and picture
See Also