CATransform3D.Scale Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Scale(NFloat) | |
| Scale(NFloat, NFloat, NFloat) |
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