UIAccessibility.ConvertFrameToScreenCoordinates(CGRect, UIView) Method

Definition

Converts the specified rectangle 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 whose coordinate system the rectangle is defined in.

Returns

A rectangle with coordinates in screen space.

Applies to