Share via


NSView.ConvertSizeFromView(CGSize, NSView) Method

Definition

[Foundation.Export("convertSize:fromView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize ConvertSizeFromView(CoreGraphics.CGSize aSize, AppKit.NSView? aView);
[<Foundation.Export("convertSize:fromView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertSizeFromView : CoreGraphics.CGSize * AppKit.NSView -> CoreGraphics.CGSize
override this.ConvertSizeFromView : CoreGraphics.CGSize * AppKit.NSView -> CoreGraphics.CGSize

Parameters

aSize
CGSize
aView
NSView

Returns

Attributes

Applies to