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 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.