This is the complete list of members for Opait.Pdf.Api.PdfMatrix, including all inherited members.
| A | Opait.Pdf.Api.PdfMatrix | |
| B | Opait.Pdf.Api.PdfMatrix | |
| C | Opait.Pdf.Api.PdfMatrix | |
| Concatenate(PdfMatrix x) | Opait.Pdf.Api.PdfMatrix | |
| Create(double scaleX, double scaleY, double translateX, double translateY, double angle) | Opait.Pdf.Api.PdfMatrix | static |
| D | Opait.Pdf.Api.PdfMatrix | |
| Determinant | Opait.Pdf.Api.PdfMatrix | |
| E | Opait.Pdf.Api.PdfMatrix | |
| Equals(PdfMatrix other) | Opait.Pdf.Api.PdfMatrix | |
| Equals(object obj) | Opait.Pdf.Api.PdfMatrix | |
| F | Opait.Pdf.Api.PdfMatrix | |
| FlipMatrix(bool horizontal, bool vertical) | Opait.Pdf.Api.PdfMatrix | static |
| GetHashCode() | Opait.Pdf.Api.PdfMatrix | |
| IdentityMatrix | Opait.Pdf.Api.PdfMatrix | static |
| Inverse | Opait.Pdf.Api.PdfMatrix | |
| Invert() | Opait.Pdf.Api.PdfMatrix | |
| IsIdentity | Opait.Pdf.Api.PdfMatrix | |
| IsInvertible | Opait.Pdf.Api.PdfMatrix | |
| Multiply(PdfMatrix x, PdfMatrix y) | Opait.Pdf.Api.PdfMatrix | static |
| OffsetX | Opait.Pdf.Api.PdfMatrix | |
| OffsetY | Opait.Pdf.Api.PdfMatrix | |
| PdfMatrix(double a=1, double b=0, double c=0, double d=1, double e=0, double f=0) | Opait.Pdf.Api.PdfMatrix | |
| PdfMatrix(PdfMatrix m) | Opait.Pdf.Api.PdfMatrix | |
| PdfMatrix(IReadOnlyList< double > e) | Opait.Pdf.Api.PdfMatrix | |
| PdfMatrix(string matrix) | Opait.Pdf.Api.PdfMatrix | |
| Rotate(double angle) | Opait.Pdf.Api.PdfMatrix | |
| RotateFlipMatrix(int[] args, double width, double height) | Opait.Pdf.Api.PdfMatrix | static |
| RotationAtMatrix(double translateX, double translateY, double angle) | Opait.Pdf.Api.PdfMatrix | static |
| RotationMatrix(double angle) | Opait.Pdf.Api.PdfMatrix | static |
| Scale(double sx, double sy) | Opait.Pdf.Api.PdfMatrix | |
| ScaleX | Opait.Pdf.Api.PdfMatrix | |
| ScaleY | Opait.Pdf.Api.PdfMatrix | |
| ScalingMatrix(double sx, double sy) | Opait.Pdf.Api.PdfMatrix | static |
| Shear(double x, double y) | Opait.Pdf.Api.PdfMatrix | |
| ShearMatrix(double x, double y) | Opait.Pdf.Api.PdfMatrix | static |
| ToArray() | Opait.Pdf.Api.PdfMatrix | |
| ToPixAffine() | Opait.Pdf.Api.PdfMatrix | |
| ToString() | Opait.Pdf.Api.PdfMatrix | |
| Transform(PdfPoint point) | Opait.Pdf.Api.PdfMatrix | |
| Transform(PdfRectangle rect) | Opait.Pdf.Api.PdfMatrix | |
| Translate(double tx, double ty) | Opait.Pdf.Api.PdfMatrix | |
| TranslationMatrix(double tx, double ty) | Opait.Pdf.Api.PdfMatrix | static |