UIView.SetNeedsDisplayInRect(CGRect) Method

Definition

[Foundation.Export("setNeedsDisplayInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNeedsDisplayInRect(CoreGraphics.CGRect rect);
[<Foundation.Export("setNeedsDisplayInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetNeedsDisplayInRect : CoreGraphics.CGRect -> unit
override this.SetNeedsDisplayInRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect
Attributes

Applies to