NSAttributedString_NSExtendedStringDrawing.DrawWithRect 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.
[Foundation.Export("drawWithRect:options:context:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DrawWithRect (this Foundation.NSAttributedString This, CoreGraphics.CGRect rect, Foundation.NSStringDrawingOptions options, AppKit.NSStringDrawingContext context);
static member DrawWithRect : Foundation.NSAttributedString * CoreGraphics.CGRect * Foundation.NSStringDrawingOptions * AppKit.NSStringDrawingContext -> unit
Parameters
- This
- NSAttributedString
- rect
- CGRect
- options
- NSStringDrawingOptions
- context
- NSStringDrawingContext
- Attributes