Share via


UIView.LayoutSublayersOfLayer(CALayer) Method

Definition

[Foundation.Export("layoutSublayersOfLayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void LayoutSublayersOfLayer(CoreAnimation.CALayer layer);
[<Foundation.Export("layoutSublayersOfLayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LayoutSublayersOfLayer : CoreAnimation.CALayer -> unit
override this.LayoutSublayersOfLayer : CoreAnimation.CALayer -> unit

Parameters

layer
CALayer

Implements

Attributes

Applies to