FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / PaintBorder Method
Graphics device
Rectangle bounding the area


In This Topic
PaintBorder Method (MultiSideShape)
In This Topic
Not supported for basic shapes.
Syntax
'Declaration
 
Protected Overridable Sub PaintBorder( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As MultiSideShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintBorder(g, r)

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also