CGAffineTransform.MakeScale(nfloat, nfloat) 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.
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.