MonobjcMonobjc Documented Class Library
ScrollPoint Method (thePoint)
NamespacesMonobjc.QuartzCoreCALayerScrollPoint(CGPoint)

Scrolls the receiver’s closest ancestor CAScrollLayer so that the specified point lies at the origin of the layer.

Original signature is '- (void)scrollPoint:(CGPoint)thePoint'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ScrollPoint(
	CGPoint thePoint
)
Public Overridable Sub ScrollPoint ( _
	thePoint As CGPoint _
)
public:
virtual void ScrollPoint(
	CGPoint thePoint
)
Parameters
thePoint (CGPoint)
The point in the receiver to scroll to.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)