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 path to screen coordinates and returns a new path using those values.
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 object that is the target of conversion.
- view
- UIView
The view on which the coordinate system path definition was defined.
Returns
A new path object utilizing the same shape as path, but in which the points are specified in screen coordinates.
Remarks
Adjusts the points of your path to values the accessibility system can use.