MonobjcMonobjc Documented Class Library
TranslateRectsNeedingDisplayInRectBy Method (clipRect, delta)
NamespacesMonobjc.AppKitNSViewTranslateRectsNeedingDisplayInRectBy(NSRect, NSSize)

Translates the display rectangles by the specified delta.

Original signature is '- (void)translateRectsNeedingDisplayInRect:(NSRect)clipRect by:(NSSize)delta'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TranslateRectsNeedingDisplayInRectBy(
	NSRect clipRect,
	NSSize delta
)
Public Overridable Sub TranslateRectsNeedingDisplayInRectBy ( _
	clipRect As NSRect, _
	delta As NSSize _
)
public:
virtual void TranslateRectsNeedingDisplayInRectBy(
	NSRect clipRect, 
	NSSize delta
)
Parameters
clipRect (NSRect)
A rectangle defining the region of the receiver, typically the receiver’s bounds.
delta (NSSize)
A NSSize structure that specifies an offset from from aRect’s origin.
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)