Experimental: this API is experimental and might be changed or removed in the future.

Placemat.ComputeElementBounds

Switch to Manual
public static bool ComputeElementBounds (ref Rect pos, List<GraphElement> elements, Experimental.GraphView.Placemat.MinSizePolicy ensureMinSize);

Parameters

posThe position, if computed.
elementsThe list of elements.
ensureMinSizeWhether to consider the minimum size of the placemat while computing the bounds.

Returns

bool Returns true if bounds were computed, or false otherwise.

Description

Calculates the bounds of a list of graph elements.