NSView.ScrollRect(CGRect, CGSize) Method

Definition

[Foundation.Export("scrollRect:by:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use NSScrollView to achieve scrolling views.")]
public virtual void ScrollRect (CoreGraphics.CGRect aRect, CoreGraphics.CGSize delta);
abstract member ScrollRect : CoreGraphics.CGRect * CoreGraphics.CGSize -> unit
override this.ScrollRect : CoreGraphics.CGRect * CoreGraphics.CGSize -> unit

Parameters

aRect
CGRect
delta
CGSize
Attributes

Applies to