Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Drawing
- Classes
- PdfColor Class
- PdfColorSpace Class
- PdfDashStyle Class
- PdfFloatArray Class
- PdfFont Class
- PdfImage Class
- PdfMatrix Class
- PdfMatrix Class
- PdfMatrix Members
- PdfMatrix Constructor
- Properties
- Methods
- Operators and Type Conversions
- PdfPath Class
- PdfPathCurveSegment Class
- PdfPathLineSegment Class
- PdfPathRectSegment Class
- PdfPathSegment Class
- PdfPathSegmentCollection Class
- PdfPoint Class
- PdfRectangle Class
- PdfSize Class
- PdfSubPath Class
- PdfSubPathCollection Class
- Enumerations
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
PdfMatrix Methods |
The methods of the PdfMatrix class are listed below. For a complete list of PdfMatrix class members, see the PdfMatrix Members topic.

Name | Description | |
---|---|---|
![]() | Clone | Creates a copy of this PdfMatrix object. |
![]() | Finalize (inherited from Object) | |
![]() | FlipX | Flip the current matrix horizontally. |
![]() | FlipY | Flip the current matrix vertically. |
![]() | GetType (inherited from Object) | |
![]() | MemberwiseClone (inherited from Object) | |
![]() | Multiply | Multiplies the current matrix by the specified matrix. |
![]() ![]() | NewIdentity | Creates a new identity matrix. |
![]() | Rotate | Prepend to this PdfMatrix a clockwise rotation, around the origin and by the specified angle. |
![]() | Scale | Applies the specified scale vector to this PdfMatrix. |
![]() | Shear | Applies the specified shear vector to this PdfMatrix. |
![]() | Translate | Applies the specified translation vector to this PdfMatrix. |
