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

Placemat.ComputeElementBounds

切换到手册
public static bool ComputeElementBounds (ref Rect pos, List<GraphElement> elements, Experimental.GraphView.Placemat.MinSizePolicy ensureMinSize);

参数

pos The position, if computed.
elements The list of elements.
ensureMinSize Whether to consider the minimum size of the placemat while computing the bounds.

返回

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

描述

Calculates the bounds of a list of graph elements.