UIAccessibility.ConvertFrameToScreenCoordinates(CGRect, 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 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.