NSStringDrawing_NSString.DrawInRect 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- This
- NSString
- rect
- CGRect
- attributes
- NSStringAttributes
适用于
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
参数
- This
- NSString
- rect
- CGRect
- attributes
- NSDictionary
- 属性