NSStringDrawing.DrawAtPoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DrawAtPoint(String, CGPoint, NSStringAttributes) | |
DrawAtPoint(String, CGPoint, NSDictionary) |
DrawAtPoint(String, CGPoint, NSStringAttributes)
public static void DrawAtPoint (this string This, CoreGraphics.CGPoint point, AppKit.NSStringAttributes attributes);
static member DrawAtPoint : string * CoreGraphics.CGPoint * AppKit.NSStringAttributes -> unit
参数
- This
- String
- point
- CGPoint
- attributes
- NSStringAttributes
适用于
DrawAtPoint(String, CGPoint, NSDictionary)
public static void DrawAtPoint (this string This, CoreGraphics.CGPoint point, Foundation.NSDictionary attributes);
static member DrawAtPoint : string * CoreGraphics.CGPoint * Foundation.NSDictionary -> unit
参数
- This
- String
- point
- CGPoint
- attributes
- NSDictionary