UIStringDrawing.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, UIFont)
Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser « NSString.DrawString (CGPoint, UIStringAttributes) » à la place.
[Foundation.Export("drawAtPoint:withFont:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGPoint, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, UIKit.UIFont font);
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * UIKit.UIFont -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- point
- CGPoint
- font
- UIFont
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(String, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, nfloat minFontSize, ref nfloat actualFontSize, UIKit.UILineBreakMode breakMode, UIKit.UIBaselineAdjustment adjustment);
static member DrawString : string * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * nfloat * * UIKit.UILineBreakMode * UIKit.UIBaselineAdjustment -> CoreGraphics.CGSize
Paramètres
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- minFontSize
- nfloat
- actualFontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
Retours
- Attributs
S’applique à
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[Foundation.Export("drawAtPoint:forWidth:withFont:minFontSize:actualFontSize:lineBreakMode:baselineAdjustment:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, nfloat minFontSize, ref nfloat actualFontSize, UIKit.UILineBreakMode breakMode, UIKit.UIBaselineAdjustment adjustment);
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * nfloat * * UIKit.UILineBreakMode * UIKit.UIBaselineAdjustment -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- minFontSize
- nfloat
- actualFontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[Foundation.Export("drawAtPoint:forWidth:withFont:fontSize:lineBreakMode:baselineAdjustment:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, nfloat fontSize, UIKit.UILineBreakMode breakMode, UIKit.UIBaselineAdjustment adjustment);
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * nfloat * UIKit.UILineBreakMode * UIKit.UIBaselineAdjustment -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- fontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(String, CGRect, UIFont, UILineBreakMode, UITextAlignment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGRect rect, UIKit.UIFont font, UIKit.UILineBreakMode mode, UIKit.UITextAlignment alignment);
static member DrawString : string * CoreGraphics.CGRect * UIKit.UIFont * UIKit.UILineBreakMode * UIKit.UITextAlignment -> CoreGraphics.CGSize
Paramètres
- This
- String
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
- alignment
- UITextAlignment
Retours
- Attributs
S’applique à
DrawString(String, CGPoint, nfloat, UIFont, UILineBreakMode)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, UIKit.UILineBreakMode breakMode);
static member DrawString : string * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * UIKit.UILineBreakMode -> CoreGraphics.CGSize
Paramètres
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- breakMode
- UILineBreakMode
Retours
- Attributs
S’applique à
DrawString(NSString, CGRect, UIFont, UILineBreakMode, UITextAlignment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[Foundation.Export("drawInRect:withFont:lineBreakMode:alignment:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGRect rect, UIKit.UIFont font, UIKit.UILineBreakMode mode, UIKit.UITextAlignment alignment);
static member DrawString : Foundation.NSString * CoreGraphics.CGRect * UIKit.UIFont * UIKit.UILineBreakMode * UIKit.UITextAlignment -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
- alignment
- UITextAlignment
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(String, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée..
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, nfloat fontSize, UIKit.UILineBreakMode breakMode, UIKit.UIBaselineAdjustment adjustment);
static member DrawString : string * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * nfloat * UIKit.UILineBreakMode * UIKit.UIBaselineAdjustment -> CoreGraphics.CGSize
Paramètres
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- fontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
Retours
- Attributs
S’applique à
DrawString(String, CGRect, UIFont, UILineBreakMode)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGRect rect, UIKit.UIFont font, UIKit.UILineBreakMode mode);
static member DrawString : string * CoreGraphics.CGRect * UIKit.UIFont * UIKit.UILineBreakMode -> CoreGraphics.CGSize
Paramètres
- This
- String
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
Retours
- Attributs
S’applique à
DrawString(NSString, CGRect, UIFont, UILineBreakMode)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[Foundation.Export("drawInRect:withFont:lineBreakMode:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGRect rect, UIKit.UIFont font, UIKit.UILineBreakMode mode);
static member DrawString : Foundation.NSString * CoreGraphics.CGRect * UIKit.UIFont * UIKit.UILineBreakMode -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(String, CGRect, UIFont)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGRect, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGRect rect, UIKit.UIFont font);
static member DrawString : string * CoreGraphics.CGRect * UIKit.UIFont -> CoreGraphics.CGSize
Paramètres
- This
- String
- rect
- CGRect
- font
- UIFont
Retours
- Attributs
S’applique à
DrawString(String, CGPoint, UIFont)
Les développeurs doivent utiliser DrawString(NSString, CGPoint, UIStringAttributes) plutôt que cette méthode déconseillée.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use NSString.DrawString(CGPoint, UIStringAttributes) instead.")]
public static CoreGraphics.CGSize DrawString (this string This, CoreGraphics.CGPoint point, UIKit.UIFont font);
static member DrawString : string * CoreGraphics.CGPoint * UIKit.UIFont -> CoreGraphics.CGSize
Paramètres
- This
- String
- point
- CGPoint
- font
- UIFont
Retours
- Attributs
S’applique à
DrawString(NSString, CGRect, UIFont)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée.
[Foundation.Export("drawInRect:withFont:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGRect rect, UIKit.UIFont font);
static member DrawString : Foundation.NSString * CoreGraphics.CGRect * UIKit.UIFont -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- rect
- CGRect
- font
- UIFont
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.
S’applique à
DrawString(NSString, CGPoint, nfloat, UIFont, UILineBreakMode)
Les développeurs doivent utiliser M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) plutôt que cette méthode dépréciée..
[Foundation.Export("drawAtPoint:forWidth:withFont:lineBreakMode:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[ObjCRuntime.ThreadSafe]
public static CoreGraphics.CGSize DrawString (this Foundation.NSString This, CoreGraphics.CGPoint point, nfloat width, UIKit.UIFont font, UIKit.UILineBreakMode breakMode);
static member DrawString : Foundation.NSString * CoreGraphics.CGPoint * nfloat * UIKit.UIFont * UIKit.UILineBreakMode -> CoreGraphics.CGSize
Paramètres
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- breakMode
- UILineBreakMode
Retours
- Attributs
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.