MonobjcMonobjc Documented Class Library
ConvertPointFromBase Method (aPoint)
NamespacesMonobjc.AppKitNSViewConvertPointFromBase(NSPoint)

Converts the point from the base coordinate system to the receiver’s coordinate system.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint ConvertPointFromBase(
	NSPoint aPoint
)
Public Overridable Function ConvertPointFromBase ( _
	aPoint As NSPoint _
) As NSPoint
public:
virtual NSPoint ConvertPointFromBase(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
A point specifying a location in the base coordinate system.
Return Value
The point converted to the receiver’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)