Ant Organisation Ltd documentation

Rect Constructor (Point, Point)

Initialises a new instance of Rect based on Points representing the top-left and bottom-right of the rectangle.

public Rect(
   Point topLeft,
   Point bottomRight
);

Parameters

topLeft
A Point representing the top-left corner of the rectangle.
bottomRight
A Point representing the bottom-right corner of the rectangle.

See Also

Rect Class | Ant.Workflow.View.TransitionRouting Namespace | Rect Constructor Overload List