Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / PaintDropShadow Method
Graphics device
Bounding rectangle for the object


In This Topic
    PaintDropShadow Method (PSShape)
    In This Topic
    Draws the drop shadow.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintDropShadow( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As PSShape
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintDropShadow(g, r)
    protected virtual void PaintDropShadow( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Bounding rectangle for the object
    See Also