IUIContentContainer.GetSizeForChildContentContainer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用父容器的大小,取得指定子系 IUIContentContainer 的內容大小。
[Foundation.Export("sizeForChildContentContainer:withParentContainerSize:")]
[Foundation.Preserve(Conditional=true)]
public CoreGraphics.CGSize GetSizeForChildContentContainer (UIKit.IUIContentContainer contentContainer, CoreGraphics.CGSize parentContainerSize);
abstract member GetSizeForChildContentContainer : UIKit.IUIContentContainer * CoreGraphics.CGSize -> CoreGraphics.CGSize
參數
- contentContainer
- IUIContentContainer
正在要求其大小的子容器。
- parentContainerSize
- CGSize
的 。
傳回
SizeF之內容的 contentContainer
。
- 屬性