UIStringDrawing.DrawString Método

Definición

Sobrecargas

DrawString(NSString, CGPoint, UIFont)

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "NSString.DrawString (CGPoint, UIStringAttributes)" en su lugar.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

DrawString(String, CGRect, UIFont, UILineBreakMode)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

DrawString(NSString, CGRect, UIFont, UILineBreakMode)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

DrawString(String, CGRect, UIFont)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

DrawString(String, CGPoint, UIFont)

Los desarrolladores deben usar DrawString(NSString, CGPoint, UIStringAttributes) en lugar de este método en desuso.

DrawString(NSString, CGRect, UIFont)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

DrawString(NSString, CGPoint, UIFont)

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "NSString.DrawString (CGPoint, UIStringAttributes)" en su lugar.

[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

Parámetros

This
NSString
point
CGPoint
font
UIFont

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

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

Devoluciones

Atributos

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

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

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

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

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
String
rect
CGRect
font
UIFont
alignment
UITextAlignment

Devoluciones

Atributos

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
String
point
CGPoint
width
nfloat
font
UIFont
breakMode
UILineBreakMode

Devoluciones

Atributos

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
NSString
rect
CGRect
font
UIFont
alignment
UITextAlignment

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

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

Devoluciones

Atributos

Se aplica a

DrawString(String, CGRect, UIFont, UILineBreakMode)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
String
rect
CGRect
font
UIFont

Devoluciones

Atributos

Se aplica a

DrawString(NSString, CGRect, UIFont, UILineBreakMode)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
NSString
rect
CGRect
font
UIFont

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

DrawString(String, CGRect, UIFont)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
String
rect
CGRect
font
UIFont

Devoluciones

Atributos

Se aplica a

DrawString(String, CGPoint, UIFont)

Los desarrolladores deben usar DrawString(NSString, CGPoint, UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
String
point
CGPoint
font
UIFont

Devoluciones

Atributos

Se aplica a

DrawString(NSString, CGRect, UIFont)

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
NSString
rect
CGRect
font
UIFont

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

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

Los desarrolladores deben usar Foundation.NSString.DrawString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes) en lugar de este método en desuso.

[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

Parámetros

This
NSString
point
CGPoint
width
nfloat
font
UIFont
breakMode
UILineBreakMode

Devoluciones

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a