Quadrangle.Quadrangle

Quadrangle()

Initializes a new empty instance of the Quadrangle class.

public Quadrangle()

See Also


Quadrangle(Point, Point, Point, Point)

Initializes a new instance of the Quadrangle class with the describing points.

public Quadrangle(Point leftTop, Point rightTop, Point rightBottom, Point leftBottom)
ParameterTypeDescription
leftTopPointA Point that represents the left-top corner of the Quadrangle.
rightTopPointA Point that represents the right-top corner of the Quadrangle.
rightBottomPointA Point that represents the right-bottom corner of the Quadrangle.
leftBottomPointA Point that represents the left-bottom corner of the Quadrangle.

See Also