Share via


NSView.ConvertRectFromView(CGRect, NSView) Method

Definition

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

Parameters

aRect
CGRect
aView
NSView

Returns

Attributes

Applies to