Edit

Share via


NSStringDrawing.DrawAtPoint Method

Definition

Overloads

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

Parameters

This
String
point
CGPoint
attributes
NSStringAttributes

Applies to

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

Parameters

This
String
point
CGPoint
attributes
NSDictionary

Applies to