Returns a transform that scales by `(sx, sy, sz)': * t' = [sx 0 0 0; 0 sy 0 0; 0 0 sz 0; 0 0 0 1].
Original signature is 'CATransform3D CATransform3DMakeScale (CGFloat sx, CGFloat sy, CGFloat sz);'
Available in Mac OS X v10.5 and later.

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

[Missing <returns> documentation for "M:Monobjc.QuartzCore.QuartzCoreFramework.CATransform3DMakeScale(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)