Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.

Namespace: TallComponents.PDF.Transforms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Matrix CreateGdiMatrix()
Visual Basic
Public Function CreateGdiMatrix As Matrix

Remarks

The caller should dispose the returned Matrix when done.

See Also