다음을 통해 공유


NSStringDrawing.DrawString 메서드

정의

오버로드

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

매개 변수

This
NSString
point
CGPoint
attributes
UIStringAttributes
특성

적용 대상

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

매개 변수

This
NSString
rect
CGRect
attributes
UIStringAttributes
특성

적용 대상