NSStringDrawing_NSString.DrawInRect 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.
Overloads
DrawInRect(NSString, CGRect, NSStringAttributes) | |
DrawInRect(NSString, CGRect, NSDictionary) |
DrawInRect(NSString, CGRect, NSStringAttributes)
public static void DrawInRect (this Foundation.NSString This, CoreGraphics.CGRect rect, AppKit.NSStringAttributes attributes);
static member DrawInRect : Foundation.NSString * CoreGraphics.CGRect * AppKit.NSStringAttributes -> unit
Parameters
- This
- NSString
- rect
- CGRect
- attributes
- NSStringAttributes
Applies to
DrawInRect(NSString, CGRect, NSDictionary)
[Foundation.Export("drawInRect:withAttributes:")]
public static void DrawInRect (this Foundation.NSString This, CoreGraphics.CGRect rect, Foundation.NSDictionary attributes);
static member DrawInRect : Foundation.NSString * CoreGraphics.CGRect * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
- rect
- CGRect
- attributes
- NSDictionary
- Attributes