Version: 2020.3
언어: 한국어
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.