CAConstraintLayoutManager.GetPreferredSize(CALayer) 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.
[Foundation.Export("preferredSizeOfLayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize GetPreferredSize(CoreAnimation.CALayer layer);
[<Foundation.Export("preferredSizeOfLayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreferredSize : CoreAnimation.CALayer -> CoreGraphics.CGSize
override this.GetPreferredSize : CoreAnimation.CALayer -> CoreGraphics.CGSize
Parameters
- layer
- CALayer
Returns
Implements
- Attributes