Editar

Compartir a través de


NSStringDrawing.DrawInRect Method

Definition

Overloads

DrawInRect(String, CGRect, NSStringAttributes)
DrawInRect(String, CGRect, NSDictionary)

DrawInRect(String, CGRect, NSStringAttributes)

public static void DrawInRect (this string This, CoreGraphics.CGRect rect, AppKit.NSStringAttributes attributes);
static member DrawInRect : string * CoreGraphics.CGRect * AppKit.NSStringAttributes -> unit

Parameters

This
String
rect
CGRect
attributes
NSStringAttributes

Applies to

DrawInRect(String, CGRect, NSDictionary)

public static void DrawInRect (this string This, CoreGraphics.CGRect rect, Foundation.NSDictionary attributes);
static member DrawInRect : string * CoreGraphics.CGRect * Foundation.NSDictionary -> unit

Parameters

This
String
rect
CGRect
attributes
NSDictionary

Applies to