MonobjcMonobjc Documented Class Library
TransformSize Method (aSize)
NamespacesMonobjc.FoundationNSAffineTransformTransformSize(NSSize)

Applies the receiver’s transform to the specified NSSize data type and returns the results.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSize TransformSize(
	NSSize aSize
)
Public Overridable Function TransformSize ( _
	aSize As NSSize _
) As NSSize
public:
virtual NSSize TransformSize(
	NSSize aSize
)
Parameters
aSize (NSSize)
The size data to which you want to apply the matrix.
Return Value
The resulting size after applying the receiver's transformations.
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.Foundation (Module: Monobjc.Foundation)