Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawRoundRect Method

In This Topic
    DrawRoundRect Method
    In This Topic
    Draws a rounded border defined by four Pen objects and CornerRadius structure.
    Overload List
    OverloadDescription
    Draws a rounded border defined by four Pen objects and CornerRadius structure.  
    Draws a rounded rectangle using a specified line color, width and style.

    If the value of lineStyle parameter is not DashStyle.Solid, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a rounded rectangle using a specified line color, width and style.

    If the value of lineStyle parameter is not DashStyle.Solid, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a rounded rectangle using a specified line color, width and dash pattern.

    If the dashPattern array contains two or more items, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a rounded rectangle using a specified line color, width and dash pattern.

    If the dashPattern array contains two or more items, the rounded rectangle is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

     
    Draws a rounded rectangle using a specified pen.  
    Draws a rounded rectangle using a specified pen.  
    See Also