UIAccessibility.ConvertPathToScreenCoordinates(UIBezierPath, UIView) Method

Definition

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.

Applies to