SKNode.CalculateAccumulatedFrame Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates and returns the smallest rectangle that contains the node and all of its child nodes.
[Foundation.Export("calculateAccumulatedFrame")]
public virtual CoreGraphics.CGRect CalculateAccumulatedFrame ();
abstract member CalculateAccumulatedFrame : unit -> CoreGraphics.CGRect
override this.CalculateAccumulatedFrame : unit -> CoreGraphics.CGRect
Returns
- Attributes