NSLayoutManagerDelegate_Extensions.GetBoundingBox Method
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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGRect GetBoundingBox(this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIntPtr glyphIndex, UIKit.NSTextContainer textContainer, CoreGraphics.CGRect proposedRect, CoreGraphics.CGPoint glyphPosition, UIntPtr characterIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetBoundingBox : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * unativeint * UIKit.NSTextContainer * CoreGraphics.CGRect * CoreGraphics.CGPoint * unativeint -> CoreGraphics.CGRect
Parameters
- layoutManager
- NSLayoutManager
- glyphIndex
-
UIntPtr
unativeint
- textContainer
- NSTextContainer
- proposedRect
- CGRect
- glyphPosition
- CGPoint
- characterIndex
-
UIntPtr
unativeint
Returns
- Attributes