Share via


NSScrubberLayout.LayoutAttributesForItems(CGRect) Method

Definition

[Foundation.Export("layoutAttributesForItemsInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<AppKit.NSScrubberLayoutAttributes> LayoutAttributesForItems(CoreGraphics.CGRect rect);
[<Foundation.Export("layoutAttributesForItemsInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LayoutAttributesForItems : CoreGraphics.CGRect -> Foundation.NSSet<AppKit.NSScrubberLayoutAttributes>
override this.LayoutAttributesForItems : CoreGraphics.CGRect -> Foundation.NSSet<AppKit.NSScrubberLayoutAttributes>

Parameters

rect
CGRect

Returns

Attributes

Applies to