Click or drag to resize

PdfMatrix Methods

The PdfMatrix type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateTranslation Creates a translation PdfMatrix with the specified offsets.
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfMatrix instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfMatrix) Determines whether the other PdfMatrix is equal to this PdfMatrix instance.
Public methodGetHashCode Returns a hash code for this PdfMatrix instance.
(Overrides ValueTypeGetHashCode)
Public methodInvert Inverts this PdfMatrix structure.
Public methodStatic memberMultiply Premultiplies the PdfMatrix representing the additional transformation with the PdfMatrix representing the existing transformation, thus producing the PdfMatrix representing the combined transformation.
Public methodRotate Prepends a rotation of the specified angle (counter clockwise) at the specified point to this PdfMatrix structure.
Public methodScale Prepends the specified scale about the specified point of this PdfMatrix.
Public methodSkew Prepends a skew of the specified angle (counter clockwise) in the x and y dimensions to this PdfMatrix.
Public methodToString Returns a String that represents this PdfMatrix instance.
(Overrides ValueTypeToString)
Public methodTransform(PdfPoint) Transforms the specified PdfPoint by this PdfMatrix.
Public methodTransform(PdfQuad) Transforms the specified PdfQuad by this PdfMatrix.
Public methodTranslate Prepends a translation of the specified offsets to this PdfMatrix structure.
Top
See Also