FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PaintPicture Method
Graphic device interface
Bounding rectangle for the picture


In This Topic
PaintPicture Method (CalloutArrowShape)
In This Topic
Paints the picture inside the specified rectangle.
Syntax
'Declaration
 
Protected Overridable Sub PaintPicture( _
   ByVal g As Graphics, _
   ByVal rPict As Rectangle _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim g As Graphics
Dim rPict As Rectangle
 
instance.PaintPicture(g, rPict)

Parameters

g
Graphic device interface
rPict
Bounding rectangle for the picture
See Also