MonobjcMonobjc Documented Class Library
ConvertSizeToBase Method (aSize)
NamespacesMonobjc.AppKitNSViewConvertSizeToBase(NSSize)

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

Original signature is '- (NSSize)convertSizeToBase:(NSSize)aSize'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSize ConvertSizeToBase(
	NSSize aSize
)
Public Overridable Function ConvertSizeToBase ( _
	aSize As NSSize _
) As NSSize
public:
virtual NSSize ConvertSizeToBase(
	NSSize aSize
)
Parameters
aSize (NSSize)
A size in the receiver’s coordinate system
Return Value
The size converted to the 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)