UIAccessibility.ConvertPathToScreenCoordinates(UIBezierPath, UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified path to screen coordinates.
public static UIKit.UIBezierPath ConvertPathToScreenCoordinates(UIKit.UIBezierPath path, UIKit.UIView view);
static member ConvertPathToScreenCoordinates : UIKit.UIBezierPath * UIKit.UIView -> UIKit.UIBezierPath
Parameters
- path
- UIBezierPath
The path to convert.
- view
- UIView
The view whose coordinate system the path is defined in.
Returns
A new UIBezierPath with coordinates in screen space.
Remarks
Adjusts the points of your path to values the accessibility system can use.