MonobjcMonobjc Documented Class Library
MakeScale Method (sx, sy, sz)
NamespacesMonobjc.QuartzCoreCATransform3DMakeScale(Single, Single, Single)

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 version 10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CATransform3D MakeScale(
	float sx,
	float sy,
	float sz
)
Public Shared Function MakeScale ( _
	sx As Single, _
	sy As Single, _
	sz As Single _
) As CATransform3D
public:
static CATransform3D MakeScale(
	float sx, 
	float sy, 
	float sz
)
Parameters
sx (Single)

[Missing <param name="sx"/> documentation for "M:Monobjc.QuartzCore.CATransform3D.MakeScale(System.Single,System.Single,System.Single)"]

sy (Single)

[Missing <param name="sy"/> documentation for "M:Monobjc.QuartzCore.CATransform3D.MakeScale(System.Single,System.Single,System.Single)"]

sz (Single)

[Missing <param name="sz"/> documentation for "M:Monobjc.QuartzCore.CATransform3D.MakeScale(System.Single,System.Single,System.Single)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.QuartzCore.CATransform3D.MakeScale(System.Single,System.Single,System.Single)"]

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)