CGAffineTransform.MakeScale(nfloat, nfloat) Method

Definition

Returns the affine transformation for the requested scaling in the X and Y coordinates.

public static CoreGraphics.CGAffineTransform MakeScale (nfloat sx, nfloat sy);
static member MakeScale : nfloat * nfloat -> CoreGraphics.CGAffineTransform

Parameters

sx
nfloat

Scale factor in the X coordinate.

sy
nfloat

Scale factor for the Y coordinate.

Returns

Returns the affine transformation for the requested scaling in the X and Y coordinates.

Applies to