Share via


NSLayoutManager.SetAttachmentSize(CGSize, NSRange) Method

Definition

Sets the size for the glyph to draw within the glyphRange.

[Foundation.Export("setAttachmentSize:forGlyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetAttachmentSize(CoreGraphics.CGSize attachmentSize, Foundation.NSRange glyphRange);
[<Foundation.Export("setAttachmentSize:forGlyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAttachmentSize : CoreGraphics.CGSize * Foundation.NSRange -> unit
override this.SetAttachmentSize : CoreGraphics.CGSize * Foundation.NSRange -> unit

Parameters

attachmentSize
CGSize
glyphRange
NSRange
Attributes

Applies to