Overload List
| Name | Description |
|---|---|
| PdfMatrix()()()() |
Construct a instance as the identity matrix.
|
| PdfMatrix(Rectangle, array<Point>[]()[][]) |
Construct a instance to the geometric transform defined by the specified rectangle and array of points.
|
| PdfMatrix(RectangleF, array<PointF>[]()[][]) |
Construct a instance to the geometric transform defined by the specified rectangle and array of points.
|
| PdfMatrix(Single, Single, Single, Single, Single, Single) |
Construct a instance as the identity matrix.
|