UIStringDrawing.DrawString Metodo

Definizione

Overload

DrawString(NSString, CGPoint, UIFont)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'NSString.DrawString (CGPoint, UIStringAttributes)'.

DrawString(String, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGRect, UIFont, UILineBreakMode, UITextAlignment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGPoint, nfloat, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGRect, UIFont, UILineBreakMode, UITextAlignment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGRect, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGRect, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGRect, UIFont)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(String, CGPoint, UIFont)

Gli sviluppatori devono usare DrawString(NSString, CGPoint, UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGRect, UIFont)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGPoint, nfloat, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

DrawString(NSString, CGPoint, UIFont)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'NSString.DrawString (CGPoint, UIStringAttributes)'.

[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

Parametri

This
NSString
point
CGPoint
font
UIFont

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(String, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
point
CGPoint
width
nfloat
font
UIFont
minFontSize
nfloat
actualFontSize
nfloat
breakMode
UILineBreakMode

Restituisce

Attributi

Si applica a

DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
point
CGPoint
width
nfloat
font
UIFont
minFontSize
nfloat
actualFontSize
nfloat
breakMode
UILineBreakMode

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
point
CGPoint
width
nfloat
font
UIFont
fontSize
nfloat
breakMode
UILineBreakMode

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(String, CGRect, UIFont, UILineBreakMode, UITextAlignment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
rect
CGRect
font
UIFont
alignment
UITextAlignment

Restituisce

Attributi

Si applica a

DrawString(String, CGPoint, nfloat, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
point
CGPoint
width
nfloat
font
UIFont
breakMode
UILineBreakMode

Restituisce

Attributi

Si applica a

DrawString(NSString, CGRect, UIFont, UILineBreakMode, UITextAlignment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
rect
CGRect
font
UIFont
alignment
UITextAlignment

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(String, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
point
CGPoint
width
nfloat
font
UIFont
fontSize
nfloat
breakMode
UILineBreakMode

Restituisce

Attributi

Si applica a

DrawString(String, CGRect, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
rect
CGRect
font
UIFont

Restituisce

Attributi

Si applica a

DrawString(NSString, CGRect, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
rect
CGRect
font
UIFont

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(String, CGRect, UIFont)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
rect
CGRect
font
UIFont

Restituisce

Attributi

Si applica a

DrawString(String, CGPoint, UIFont)

Gli sviluppatori devono usare DrawString(NSString, CGPoint, UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
String
point
CGPoint
font
UIFont

Restituisce

Attributi

Si applica a

DrawString(NSString, CGRect, UIFont)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
rect
CGRect
font
UIFont

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a

DrawString(NSString, CGPoint, nfloat, UIFont, UILineBreakMode)

Gli sviluppatori devono usare (CoreGraphics.CGRect, UIKit.UIStringAttributes) anziché questo metodo deprecato.

[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

Parametri

This
NSString
point
CGPoint
width
nfloat
font
UIFont
breakMode
UILineBreakMode

Restituisce

Attributi

Commenti

(È disponibile una documentazione più dettagliata per questo nodo)

Può essere usato da un thread in background.

Si applica a