UIViewControllerContextTransitioning.GetFinalFrameForViewController 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.
The ending Frame RectangleF for the specified UIViewController's View.
[Foundation.Export("finalFrameForViewController:")]
public abstract CoreGraphics.CGRect GetFinalFrameForViewController (UIKit.UIViewController vc);
abstract member GetFinalFrameForViewController : UIKit.UIViewController -> CoreGraphics.CGRect
Parameters
Returns
Implements
- Attributes