MonobjcMonobjc Documented Class Library
CATransform3DConcat Method (a, b)
NamespacesMonobjc.QuartzCoreQuartzCoreFrameworkCATransform3DConcat(CATransform3D, CATransform3D)

Concatenate 'b' to 'a' and return the result: t' = a * b.

Original signature is 'CATransform3D CATransform3DConcat (CATransform3D a, CATransform3D b);'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CATransform3D CATransform3DConcat(
	CATransform3D a,
	CATransform3D b
)
Public Shared Function CATransform3DConcat ( _
	a As CATransform3D, _
	b As CATransform3D _
) As CATransform3D
public:
static CATransform3D CATransform3DConcat(
	CATransform3D a, 
	CATransform3D b
)
Parameters
a (CATransform3D)
MISSING
b (CATransform3D)
MISSING
Return Value
YES if a and b are exactly equal, otherwise NO.
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)