CATransform3D.Scale Method

Definition

Overloads

Scale(nfloat)
Scale(nfloat, nfloat, nfloat)

Scale(nfloat)

public CoreAnimation.CATransform3D Scale (nfloat s);
member this.Scale : nfloat -> CoreAnimation.CATransform3D

Parameters

s
nfloat

Returns

Applies to

Scale(nfloat, nfloat, nfloat)

public CoreAnimation.CATransform3D Scale (nfloat sx, nfloat sy, nfloat sz);
member this.Scale : nfloat * nfloat * nfloat -> CoreAnimation.CATransform3D

Parameters

sx
nfloat
sy
nfloat
sz
nfloat

Returns

Applies to