NSStringDrawing.DrawString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- This
- NSString
- point
- CGPoint
- attributes
- UIStringAttributes
- Attributs
S’applique à
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
Paramètres
- This
- NSString
- rect
- CGRect
- attributes
- UIStringAttributes
- Attributs