MonobjcMonobjc Documented Class Library
ImageByApplyingTransform Method (matrix)
NamespacesMonobjc.QuartzCoreCIImageImageByApplyingTransform(CGAffineTransform)

Returns a new image that represents the original image after applying an affine transform.

Original signature is '- (CIImage *)imageByApplyingTransform:(CGAffineTransform)matrix'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIImage ImageByApplyingTransform(
	CGAffineTransform matrix
)
Public Overridable Function ImageByApplyingTransform ( _
	matrix As CGAffineTransform _
) As CIImage
public:
virtual CIImage^ ImageByApplyingTransform(
	CGAffineTransform matrix
)
Parameters
matrix (CGAffineTransform)
An affine transform.
Return Value
The transformed image object.
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)