Quadrangle

Quadrangle(object, object, object, object)

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

public Quadrangle(object leftTop, object rightTop, object rightBottom, object leftBottom)
ParameterTypeDescription
leftTopobjectA Point that represents the left-top corner of the Quadrangle.
rightTopobjectA Point that represents the right-top corner of the Quadrangle.
rightBottomobjectA Point that represents the right-bottom corner of the Quadrangle.
leftBottomobjectA Point that represents the left-bottom corner of the Quadrangle.

See Also