Share via


NSStringDrawing.DrawString Method

Definition

Overloads

DrawString(NSString, CGPoint, UIStringAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawString(this Foundation.NSString This, CoreGraphics.CGPoint point, UIKit.UIStringAttributes attributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * UIKit.UIStringAttributes -> unit

Parameters

This
NSString

The instance on which this method operates.

point
CGPoint
attributes
UIStringAttributes
Attributes

Applies to

DrawString(NSString, CGRect, UIStringAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawString(this Foundation.NSString This, CoreGraphics.CGRect rect, UIKit.UIStringAttributes attributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawString : Foundation.NSString * CoreGraphics.CGRect * UIKit.UIStringAttributes -> unit

Parameters

This
NSString

The instance on which this method operates.

rect
CGRect
attributes
UIStringAttributes
Attributes

Applies to