共用方式為


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

實作

屬性

適用於