共用方式為


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

定義座標系統路徑定義的檢視。

傳回

使用與路徑相同圖形的新路徑物件,但在螢幕座標中指定點。

備註

將路徑的點調整為輔助功能系統可以使用的值。

適用於