Share via


CATransform3D.Scale Method

Definition

Overloads

Scale(NFloat)

public CoreAnimation.CATransform3D Scale(System.Runtime.InteropServices.NFloat s);
member this.Scale : System.Runtime.InteropServices.NFloat -> CoreAnimation.CATransform3D

Parameters

s
NFloat

Returns

Applies to

Scale(NFloat, NFloat, NFloat)

public CoreAnimation.CATransform3D Scale(System.Runtime.InteropServices.NFloat sx, System.Runtime.InteropServices.NFloat sy, System.Runtime.InteropServices.NFloat sz);
member this.Scale : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> CoreAnimation.CATransform3D

Parameters

sx
NFloat
sy
NFloat
sz
NFloat

Returns

Applies to