Share via


IUIViewControllerContextTransitioning.GetInitialFrameForViewController Method

Definition

The beginning RectangleF for the Frame of the specified UIViewController's UIView.

[Foundation.Export("initialFrameForViewController:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetInitialFrameForViewController(UIKit.UIViewController vc);
[<Foundation.Export("initialFrameForViewController:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInitialFrameForViewController : UIKit.UIViewController -> CoreGraphics.CGRect
override this.GetInitialFrameForViewController : UIKit.UIViewController -> CoreGraphics.CGRect

Parameters

Returns

Attributes

Applies to