Spread Windows Forms 12.0 Product Documentation
PaintOutline Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > PSObject Class : PaintOutline Method
Graphics device
Rectangle bounding the area
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 PSObject
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintOutline(g, r)
protected virtual void PaintOutline( 
   Graphics g,
   Rectangle r
)

Parameters

g
Graphics device
r
Rectangle bounding the area
See Also

Reference

PSObject Class
PSObject Members