UIAccessibility.ConvertFrameToScreenCoordinates(CGRect, UIView) Method

Definition

Converts the provided rectangle in the specified view to screen coordinates.

public static CoreGraphics.CGRect ConvertFrameToScreenCoordinates (CoreGraphics.CGRect rect, UIKit.UIView view);
static member ConvertFrameToScreenCoordinates : CoreGraphics.CGRect * UIKit.UIView -> CoreGraphics.CGRect

Parameters

rect
CGRect

The rectangle, in view coordinates, to convert.

view
UIView

The view in whose coordinates rect are specified.

Returns

A rectangle with coordinates in screen space.

Applies to