CGAffineTransform.MakeRotation(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 an affine transformation for the requested rotation angle, in radians.
public static CoreGraphics.CGAffineTransform MakeRotation (nfloat angle);
static member MakeRotation : nfloat -> CoreGraphics.CGAffineTransform
Parameters
- angle
- nfloat
The angle in radians.
Returns
The affine transformation for the requested rotation.