UIPresentationController.GetSizeForChildContentContainer 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.
Gets the size of the content of the specified child IUIContentContainer by using the size of the parent container.
[Foundation.Export("sizeForChildContentContainer:withParentContainerSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize GetSizeForChildContentContainer (UIKit.IUIContentContainer contentContainer, CoreGraphics.CGSize parentContainerSize);
abstract member GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize
Parameters
- contentContainer
- IUIContentContainer
The child container whose size is being request.
Returns
The SizeF of the content of the contentContainer
.
Implements
- Attributes