Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderShapeFragment Class / DrawBorders Method

In This Topic
    DrawBorders Method (RenderShapeFragment)
    In This Topic
    Draws borders of object.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawBorders( _
       ByVal graphics As Graphics, _
       ByVal outerRect As Rectangle, _
       ByVal borders As OffsetsI, _
       ByVal pdp As PageDrawParams _
    ) 
    protected virtual void DrawBorders( 
       Graphics graphics,
       Rectangle outerRect,
       OffsetsI borders,
       PageDrawParams pdp
    )

    Parameters

    graphics
    outerRect
    borders
    pdp
    See Also