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


In This Topic
PaintOutline Method (RoundedRectangleShape)
In This Topic
Paints the outline of a GraphicsPath shape.
Syntax
'Declaration
 
Protected Overridable Sub PaintOutline( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintOutline(g, r)

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also