UIAccessibility.ConvertPathToScreenCoordinates(UIBezierPath, UIView) 方法

定义

将路径转换为屏幕坐标,并使用这些值返回新路径。

public static UIKit.UIBezierPath ConvertPathToScreenCoordinates(UIKit.UIBezierPath path, UIKit.UIView view);
static member ConvertPathToScreenCoordinates : UIKit.UIBezierPath * UIKit.UIView -> UIKit.UIBezierPath

参数

path
UIBezierPath

是转换目标的路径对象。

view
UIView

定义坐标系路径定义的视图。

返回

一个新的路径对象,它使用与路径相同的形状,但其中的点在屏幕坐标中指定。

注解

将路径的点调整为辅助功能系统可以使用的值。

适用于