CGContext.ConcatCTM(CGAffineTransform) Method

Definition

Concatenates the specified transform onto the current transformation matrix.

public void ConcatCTM (CoreGraphics.CGAffineTransform transform);
member this.ConcatCTM : CoreGraphics.CGAffineTransform -> unit

Parameters

transform
CGAffineTransform

The CGAffineTransform to concatenate onto the current context transformation matrix.

Remarks

The transform is concatenated to the current context transformation matrix to create the new CTM. (The example in the discussion of GetCTM() illustrates ConcatCTM(CGAffineTransform).)

Applies to