NSStringDrawing.DrawString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DrawString(NSString, CGPoint, UIStringAttributes) | |
DrawString(NSString, CGRect, UIStringAttributes) |
DrawString(NSString, CGPoint, UIStringAttributes)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, UIKit.UIStringAttributes attributes);
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * UIKit.UIStringAttributes -> unit
参数
- This
- NSString
- point
- CGPoint
- attributes
- UIStringAttributes
- 属性
适用于
DrawString(NSString, CGRect, UIStringAttributes)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DrawString (this Foundation.NSString This, CoreGraphics.CGRect rect, UIKit.UIStringAttributes attributes);
static member DrawString : Foundation.NSString * CoreGraphics.CGRect * UIKit.UIStringAttributes -> unit
参数
- This
- NSString
- rect
- CGRect
- attributes
- UIStringAttributes
- 属性