Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / PaintOutline Method
Graphics device
Rectangle bounding the area


In This Topic
    PaintOutline Method (PSObject)
    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 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