CGContext.ConcatCTM(CGAffineTransform) 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.
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).)