NSStringDrawing.DrawAtPoint 方法

定义

重载

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

适用于