Share via


NSView.ScrollRect(CGRect, CGSize) Method

Definition

[Foundation.Export("scrollRect:by:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ScrollRect(CoreGraphics.CGRect aRect, CoreGraphics.CGSize delta);
[<Foundation.Export("scrollRect:by:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ScrollRect : CoreGraphics.CGRect * CoreGraphics.CGSize -> unit
override this.ScrollRect : CoreGraphics.CGRect * CoreGraphics.CGSize -> unit

Parameters

aRect
CGRect
delta
CGSize
Attributes

Applies to