Share via


NSStringDrawing_NSString.DrawAtPoint Method

Definition

Overloads

DrawAtPoint(NSString, CGPoint, NSStringAttributes)

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

Parameters

This
NSString

The instance on which this method operates.

point
CGPoint
attributes
NSStringAttributes
Attributes

Applies to

DrawAtPoint(NSString, CGPoint, NSDictionary)

[Foundation.Export("drawAtPoint:withAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawAtPoint(this Foundation.NSString This, CoreGraphics.CGPoint point, Foundation.NSDictionary? attributes);
[<Foundation.Export("drawAtPoint:withAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawAtPoint : Foundation.NSString * CoreGraphics.CGPoint * Foundation.NSDictionary -> unit

Parameters

This
NSString

The instance on which this method operates.

point
CGPoint
attributes
NSDictionary
Attributes

Applies to