UIStringDrawing.DrawString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawString(NSString, CGPoint, UIFont)
개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 '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
매개 변수
- This
- NSString
- point
- CGPoint
- font
- UIFont
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(String, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- minFontSize
- nfloat
- actualFontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
반환
- 특성
적용 대상
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- minFontSize
- nfloat
- actualFontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- fontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(String, CGRect, UIFont, UILineBreakMode, UITextAlignment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
- alignment
- UITextAlignment
반환
- 특성
적용 대상
DrawString(String, CGPoint, nfloat, UIFont, UILineBreakMode)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- breakMode
- UILineBreakMode
반환
- 특성
적용 대상
DrawString(NSString, CGRect, UIFont, UILineBreakMode, UITextAlignment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
- alignment
- UITextAlignment
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(String, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- fontSize
- nfloat
- breakMode
- UILineBreakMode
- adjustment
- UIBaselineAdjustment
반환
- 특성
적용 대상
DrawString(String, CGRect, UIFont, UILineBreakMode)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
반환
- 특성
적용 대상
DrawString(NSString, CGRect, UIFont, UILineBreakMode)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- rect
- CGRect
- font
- UIFont
- mode
- UILineBreakMode
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(String, CGRect, UIFont)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- String
- rect
- CGRect
- font
- UIFont
반환
- 특성
적용 대상
DrawString(String, CGPoint, UIFont)
개발자는 이 사용되지 않는 메서드 대신 를 사용해야 DrawString(NSString, CGPoint, UIStringAttributes) 합니다.
[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
매개 변수
- This
- String
- point
- CGPoint
- font
- UIFont
반환
- 특성
적용 대상
DrawString(NSString, CGRect, UIFont)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- rect
- CGRect
- font
- UIFont
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
DrawString(NSString, CGPoint, nfloat, UIFont, UILineBreakMode)
개발자는 이 사용되지 않는 메서드 대신 M:Foundation.NSString.DrawString(CoreGraphics.CGRect, UIKit.UIStringAttributes)을 사용해야 합니다.
[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
매개 변수
- This
- NSString
- point
- CGPoint
- width
- nfloat
- font
- UIFont
- breakMode
- UILineBreakMode
반환
- 특성
설명
(이 노드에 대한 추가 설명서 제공 예정)
백그라운드 스레드에서 사용할 수 있습니다.