MonobjcMonobjc Documented Class Library
ConvertRectFromBase Method (aRect)
NamespacesMonobjc.AppKitNSViewConvertRectFromBase(NSRect)

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

Original signature is '- (NSRect)convertRectFromBase:(NSRect)aRect'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect ConvertRectFromBase(
	NSRect aRect
)
Public Overridable Function ConvertRectFromBase ( _
	aRect As NSRect _
) As NSRect
public:
virtual NSRect ConvertRectFromBase(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle in the base coordinate system
Return Value
A rectangle in the receiver’s 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)