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