UIViewController.GetSizeForChildContentContainer 方法

定义

使用父容器的大小获取指定子 IUIContentContainer 级内容的大小。

[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

参数

contentContainer
IUIContentContainer

正在请求其大小的子容器。

parentContainerSize
CGSize

SizeFcontentContainer

返回

SizeF的内容的 contentContainer

实现

属性

适用于