Share via


NSView.ConvertSizeToLayer(CGSize) Method

Definition

[Foundation.Export("convertSizeToLayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize ConvertSizeToLayer(CoreGraphics.CGSize aSize);
[<Foundation.Export("convertSizeToLayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertSizeToLayer : CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.ConvertSizeToLayer : CoreGraphics.CGSize -> CoreGraphics.CGSize

Parameters

aSize
CGSize

Returns

Attributes

Applies to