IUIContentContainer.GetSizeForChildContentContainer Method

Definition

Gets the size of the content of the specified child IUIContentContainer by using the size of the parent container.

[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

Parameters

contentContainer
IUIContentContainer

The child container whose size is being request.

parentContainerSize
CGSize

The of the .

Returns

The SizeF of the content of the contentContainer.

Attributes

Applies to