Class Rectangle
Assembly: Advanced.Algorithms.dll
Syntax
Constructors
|
Improve this Doc
View Source
Rectangle()
Declaration
|
Improve this Doc
View Source
Rectangle(Point, Point)
Declaration
public Rectangle(Point leftTop, Point rightBottom)
Parameters
| Type |
Name |
Description |
| Point |
leftTop |
|
| Point |
rightBottom |
|
Properties
|
Improve this Doc
View Source
LeftTop
Declaration
public Point LeftTop { get; set; }
Property Value
|
Improve this Doc
View Source
RightBottom
Declaration
public Point RightBottom { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToPolygon()
Declaration
public Polygon ToPolygon()
Returns