[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.RoundRectFigure

RoundRectFigure Class

Represents a rounded rectangle-like closed path.

Inheritance
RoundRectFigure
Implements
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class RoundRectFigure : IFigure
Public Class RoundRectFigure
    Implements IFigure

Constructors

Name Description
RoundRectFigure(RectangleF, float)

Initializes a new instance of the RoundRectFigure class.

RoundRectFigure(RectangleF, float, float)

Initializes a new instance of the RoundRectFigure class.

RoundRectFigure(float, float, float, float, float)

Initializes a new instance of the RoundRectFigure class.

RoundRectFigure(float, float, float, float, float, float)

Initializes a new instance of the RoundRectFigure class.

Properties

Name Description
Bounds

Gets or sets the bounds for the rounded rectangle.

Counterclockwise

Gets or sets a value indicating if the points should be arranged counterclockwise.

RadiusX

Gets or sets the x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.

RadiusY

Gets or sets the y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.

Transform

Gets or sets the transformation matrix.

Methods

Name Description
Clone()

Creates a copy of the current figure.