MonobjcMonobjc Documented Class Library
ConvertScreenToBase Method (aPoint)
NamespacesMonobjc.AppKitNSWindowConvertScreenToBase(NSPoint)

Converts a given point from the screen coordinate system to the window’s base coordinate system.

Original signature is '- (NSPoint)convertScreenToBase:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint ConvertScreenToBase(
	NSPoint aPoint
)
Public Overridable Function ConvertScreenToBase ( _
	aPoint As NSPoint _
) As NSPoint
public:
virtual NSPoint ConvertScreenToBase(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
MISSING
Return Value
point expressed in the window’s base coordinate system.
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)