Scale 't' by '(sx, sy, sz)' and return the result: t' = scale(sx, sy, sz) * t.
Original signature is 'CATransform3D CATransform3DScale (CATransform3D t, CGFloat sx, CGFloat sy, CGFloat sz)'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static CATransform3D CATransform3DScale( CATransform3D t, CGFloat sx, CGFloat sy, CGFloat sz )
Public Shared Function CATransform3DScale ( _ t As CATransform3D, _ sx As CGFloat, _ sy As CGFloat, _ sz As CGFloat _ ) As CATransform3D
public: static CATransform3D CATransform3DScale( CATransform3D t, CGFloat sx, CGFloat sy, CGFloat sz )


[Missing <returns> documentation for "M:Monobjc.QuartzCore.QuartzCoreFramework.CATransform3DScale(Monobjc.QuartzCore.CATransform3D,Monobjc.ApplicationServices.CGFloat,Monobjc.ApplicationServices.CGFloat,Monobjc.ApplicationServices.CGFloat)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)