Sets the rectangle in which the layout will try to arrange the nodes.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetLayoutArea( _ |
C++
Copy Code
|
|---|
public: |
Coordinate of the left edge of layout rectangle.
Coordinate of the top edge of layout rectangle.
Coordinate of the right edge of layout rectangle.
Coordinate of the bottom edge of layout rectangle.
RemarksIf this property is not set, the algorithm uses the value of diagram's bounding rectangle as target layout rectangle.
See Also