[]
Represents a rectangle-like closed path.
public class RectangularFigure : IFigure
Public Class RectangularFigure
Implements IFigure
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. |
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. |
Name | Description |
---|---|
Clone() | Creates a copy of the current figure. |