NSExtendedStringDrawing.GetBoundingRect 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.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGRect GetBoundingRect (this Foundation.NSString This, CoreGraphics.CGSize size, Foundation.NSStringDrawingOptions options, UIKit.UIStringAttributes attributes, Foundation.NSStringDrawingContext context);
static member GetBoundingRect : Foundation.NSString * CoreGraphics.CGSize * Foundation.NSStringDrawingOptions * UIKit.UIStringAttributes * Foundation.NSStringDrawingContext -> CoreGraphics.CGRect
Parameters
- This
- NSString
- size
- CGSize
- options
- NSStringDrawingOptions
- attributes
- UIStringAttributes
- context
- NSStringDrawingContext
Returns
- Attributes