Click or drag to resize

PdfTransform Methods

The PdfTransform type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodConcat
Concats the specified transform on to the current transform.
Public methodDeterminant
Returns the determinant of this transform
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetInverse
Gets the inverse.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentity
Returns an Identity Transform.
Public methodIsIdentity
Determines whether this instance is the identity matrix.
Public methodIsInvertable
Determines whether this instance is invertible.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRotate
Returns a Rotation Transform
Public methodStatic memberScale(Double)
Returns a Scale Transform
Public methodStatic memberScale(Double, Double)
Returns a Scale Transform
Public methodStatic memberSkew
Returns a Skew Transform
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform(PointF)
Transforms the specified point.
Public methodTransform(PdfPoint)
Transforms the specified point.
Public methodTransform(Double, Double, Double, Double)
Transforms the specified x and y coordinates.
Public methodStatic memberTranslate
Returns a Translate Transform
Top
See Also