CGAffineTransform.Multiply(CGAffineTransform, CGAffineTransform) Operator

Definition

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

a
CGAffineTransform

First affine transform.

b
CGAffineTransform

Second affine transform.

Returns

New affine transformation with the result.

Applies to