Share via


NSWindow.ConvertRectToScreen(CGRect) Method

Definition

[Foundation.Export("convertRectToScreen:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect ConvertRectToScreen(CoreGraphics.CGRect aRect);
[<Foundation.Export("convertRectToScreen:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertRectToScreen : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.ConvertRectToScreen : CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

aRect
CGRect

Returns

Attributes

Applies to