[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.RectangularFigure

RectangularFigure Class

Represents a rectangle-like closed path.

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

Constructors

Name Description
RectangularFigure(PointF, PointF)

Initializes a new instance of the RectangularFigure class.

RectangularFigure(RectangleF)

Initializes a new instance of the RectangularFigure class.

RectangularFigure(float, float, float, float)

Initializes a new instance of the RectangularFigure class.

Properties

Name Description
Bounds

Gets or sets the rectangular region coordinates.

Counterclockwise

Gets or sets a value specifying whether orientation of four points is counterclockwise.

Transform

Gets or sets the transformation matrix.

Methods

Name Description
Clone()

Creates a copy of the current figure.