다음을 통해 공유


UIAccessibility.ConvertFrameToScreenCoordinates(CGRect, UIView) 메서드

정의

지정된 보기에서 제공된 사각형을 화면 좌표로 변환합니다.

public static CoreGraphics.CGRect ConvertFrameToScreenCoordinates (CoreGraphics.CGRect rect, UIKit.UIView view);
static member ConvertFrameToScreenCoordinates : CoreGraphics.CGRect * UIKit.UIView -> CoreGraphics.CGRect

매개 변수

rect
CGRect

변환할 사각형(보기 좌표)입니다.

view
UIView

좌표 rect 가 지정된 의 뷰입니다.

반환

화면 공간에 좌표가 있는 사각형입니다.

적용 대상