Share via


NSLayoutManager.SetBoundsRect(CGRect, NSTextBlock, NSRange) Method

Definition

[Foundation.Export("setBoundsRect:forTextBlock:glyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBoundsRect(CoreGraphics.CGRect boundsRect, AppKit.NSTextBlock forTextBlock, Foundation.NSRange glyphRange);
[<Foundation.Export("setBoundsRect:forTextBlock:glyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBoundsRect : CoreGraphics.CGRect * AppKit.NSTextBlock * Foundation.NSRange -> unit
override this.SetBoundsRect : CoreGraphics.CGRect * AppKit.NSTextBlock * Foundation.NSRange -> unit

Parameters

boundsRect
CGRect
forTextBlock
NSTextBlock
glyphRange
NSRange
Attributes

Applies to