Share via


NSView.NeedsToDraw(CGRect) Method

Definition

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

Parameters

aRect
CGRect

Returns

Attributes

Applies to