Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawRectangle Method / DrawRectangle(RectangleF,Pen) Method

In This Topic
    DrawRectangle(RectangleF,Pen) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRectangle( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal pen As Pen _
    ) 
    public void DrawRectangle( 
       System.Drawing.RectangleF bounds,
       Pen pen
    )

    Parameters

    bounds
    pen
    See Also