UIAccessibility.ConvertPathToScreenCoordinates(UIBezierPath, UIView) Method

Definition

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.

Applies to