NSStringDrawing.WeakDrawString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WeakDrawString(NSString, CGPoint, NSDictionary)
[Foundation.Export("drawAtPoint:withAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WeakDrawString(this Foundation.NSString This, CoreGraphics.CGPoint point, Foundation.NSDictionary? attributes);
[<Foundation.Export("drawAtPoint:withAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WeakDrawString : Foundation.NSString * CoreGraphics.CGPoint * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
The instance on which this method operates.
- point
- CGPoint
- attributes
- NSDictionary
- Attributes
Applies to
WeakDrawString(NSString, CGRect, NSDictionary)
[Foundation.Export("drawInRect:withAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WeakDrawString(this Foundation.NSString This, CoreGraphics.CGRect rect, Foundation.NSDictionary? attributes);
[<Foundation.Export("drawInRect:withAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WeakDrawString : Foundation.NSString * CoreGraphics.CGRect * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
The instance on which this method operates.
- rect
- CGRect
- attributes
- NSDictionary
- Attributes