SCNNode.Frame Property
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.
Returns the frame in the reference coordinate space of the containing IUIFocusItemContainer.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect Frame { [Foundation.Export("frame")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("frame")>]
member this.Frame : CoreGraphics.CGRect
Property Value
The frame in the reference coordinate space of the containing IUIFocusItemContainer.
Implements
- Attributes