NSStringDrawing_NSString.DrawInRect Metodo

Definizione

Overload

DrawInRect(NSString, CGRect, NSStringAttributes)
DrawInRect(NSString, CGRect, NSDictionary)

DrawInRect(NSString, CGRect, NSStringAttributes)

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

Parametri

This
NSString
rect
CGRect
attributes
NSStringAttributes

Si applica a

DrawInRect(NSString, CGRect, NSDictionary)

[Foundation.Export("drawInRect:withAttributes:")]
public static void DrawInRect (this Foundation.NSString This, CoreGraphics.CGRect rect, Foundation.NSDictionary attributes);
static member DrawInRect : Foundation.NSString * CoreGraphics.CGRect * Foundation.NSDictionary -> unit

Parametri

This
NSString
rect
CGRect
attributes
NSDictionary
Attributi

Si applica a