NSStringDrawing_NSString.DrawAtPoint 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
DrawAtPoint(NSString, CGPoint, NSStringAttributes) | |
DrawAtPoint(NSString, CGPoint, NSDictionary) |
DrawAtPoint(NSString, CGPoint, NSStringAttributes)
public static void DrawAtPoint (this Foundation.NSString This, CoreGraphics.CGPoint point, AppKit.NSStringAttributes attributes);
static member DrawAtPoint : Foundation.NSString * CoreGraphics.CGPoint * AppKit.NSStringAttributes -> unit
Parameters
- This
- NSString
- point
- CGPoint
- attributes
- NSStringAttributes
Applies to
DrawAtPoint(NSString, CGPoint, NSDictionary)
[Foundation.Export("drawAtPoint:withAttributes:")]
public static void DrawAtPoint (this Foundation.NSString This, CoreGraphics.CGPoint point, Foundation.NSDictionary attributes);
static member DrawAtPoint : Foundation.NSString * CoreGraphics.CGPoint * Foundation.NSDictionary -> unit
Parameters
- This
- NSString
- point
- CGPoint
- attributes
- NSDictionary
- Attributes