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) | |
WeakDrawString(NSString, CGRect, NSDictionary) |
WeakDrawString(NSString, CGPoint, NSDictionary)
[Foundation.Export("drawAtPoint:withAttributes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WeakDrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, Foundation.NSDictionary attributes);
static member WeakDrawString : Foundation.NSString * CoreGraphics.CGPoint * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
- point
- CGPoint
- attributes
- NSDictionary
- Attributes
Applies to
WeakDrawString(NSString, CGRect, NSDictionary)
[Foundation.Export("drawInRect:withAttributes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WeakDrawString (this Foundation.NSString This, CoreGraphics.CGRect rect, Foundation.NSDictionary attributes);
static member WeakDrawString : Foundation.NSString * CoreGraphics.CGRect * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
- rect
- CGRect
- attributes
- NSDictionary
- Attributes