MonobjcMonobjc Documented Class Library
Concat Method (__target)
NamespacesMonobjc.AppKitNSAffineTransform_AppKitAdditionsConcat(NSAffineTransform)

Appends the receiver’s matrix to the current transformation matrix stored in the current graphics context, replacing the current transformation matrix with the result.

Original signature is '- (void)concat'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void Concat(
	this NSAffineTransform __target
)
<ExtensionAttribute> _
Public Shared Sub Concat ( _
	__target As NSAffineTransform _
)
[ExtensionAttribute]
public:
static void Concat(
	NSAffineTransform^ __target
)
Parameters
__target (NSAffineTransform)
The target instance.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSAffineTransform. When you use instance method syntax to call this method, omit the first parameter.
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)