MonobjcMonobjc Documented Class Library
CGAffineTransform Constructor (a, b, c, d, tx, ty)
NamespacesMonobjc.ApplicationServicesCGAffineTransformCGAffineTransform(Single, Single, Single, Single, Single, Single)
Initializes a new instance of the CGAffineTransform struct.
Declaration Syntax
C#Visual BasicVisual C++
public CGAffineTransform(
	float a,
	float b,
	float c,
	float d,
	float tx,
	float ty
)
Public Sub New ( _
	a As Single, _
	b As Single, _
	c As Single, _
	d As Single, _
	tx As Single, _
	ty As Single _
)
public:
CGAffineTransform(
	float a, 
	float b, 
	float c, 
	float d, 
	float tx, 
	float ty
)
Parameters
a (Single)
A.
b (Single)
The b.
c (Single)
The c.
d (Single)
The d.
tx (Single)
The tx.
ty (Single)
The ty.
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)