CGAffineTransform.Multiply(CGAffineTransform, CGAffineTransform) Operator
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.
Multiplies the two affine transformations and returns a new affine with the result.
public static CoreGraphics.CGAffineTransform operator * (CoreGraphics.CGAffineTransform a, CoreGraphics.CGAffineTransform b);
static member ( * ) : CoreGraphics.CGAffineTransform * CoreGraphics.CGAffineTransform -> CoreGraphics.CGAffineTransform
Parameters
First affine transform.
Second affine transform.
Returns
New affine transformation with the result.