MonobjcMonobjc Documented Class Library
CascadeTopLeftFromPoint Method (topLeft)
NamespacesMonobjc.AppKitNSWindowCascadeTopLeftFromPoint(NSPoint)

Positions the window's top left to a given point.

Original signature is '- (NSPoint)cascadeTopLeftFromPoint:(NSPoint)topLeft'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint CascadeTopLeftFromPoint(
	NSPoint topLeft
)
Public Overridable Function CascadeTopLeftFromPoint ( _
	topLeft As NSPoint _
) As NSPoint
public:
virtual NSPoint CascadeTopLeftFromPoint(
	NSPoint topLeft
)
Parameters
topLeft (NSPoint)
The new top-left point, in screen coordinates, for the window. When NSZeroPoint, the window is not moved, except as needed to constrain to the visible screen
Return Value
The point shifted from top left of the window in screen coordinates.
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)