Click or drag to resize

MatrixD2D Methods

The MatrixD2D type exposes the following members.

Methods
 NameDescription
Public methodAppendInverseTransform Appends the inverse of a transformation to the matrix.
Public methodAppendTransform(MatrixD2D) Appends a transformation to the matrix using another MatrixD2D.
Public methodAppendTransform(Double, Double, Double, Double, Double, Double) Appends a transformation to the matrix using specified elements.
Public methodClone Creates a shallow copy of this matrix.
Public methodCopyFrom(MatrixD2D) Copies the elements from another MatrixD2D instance.
Public methodCopyFrom(Object) Copies the elements from another object if it is a MatrixD2D.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInverse Gets the inverse of the matrix.
Public methodInverseTransformPoint(PointD2D) Inverse transforms a point using this matrix.
Public methodInverseTransformPoint(Double, Double) Inverse transforms a point using this matrix.
Public methodInverseTransformVector(PointD2D) Inverse transforms a vector using this matrix.
Public methodInverseTransformVector(Double, Double) Inverse transforms a vector using this matrix.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrependInverseTransform Prepends the inverse of a transformation to the matrix.
Public methodPrependTransform(MatrixD2D) Prepends a transformation to the matrix using another MatrixD2D.
Public methodPrependTransform(Double, Double, Double, Double, Double, Double) Prepends a transformation to the matrix using specified elements.
Public methodReset Resets the matrix to the identity transformation.
Public methodRotateAppend Appends a rotation transformation to the matrix.
Public methodRotatePrepend Prepends a rotation transformation to the matrix.
Public methodScaleAppend Appends a scale transformation to the matrix.
Public methodScalePrepend Prepends a scale transformation to the matrix.
Public methodSetElements Sets the elements of the matrix.
Public methodSetTranslationRotationShearxScale Sets the matrix using translation, rotation, shear, and scale values.
Public methodShearAppend Appends a shear transformation to the matrix.
Public methodShearPrepend Prepends a shear transformation to the matrix.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTransformPoint(PointD2D) Transforms a point using this matrix.
Public methodTransformPoint(Double, Double) Transforms a point using this matrix.
Public methodTransformVector(PointD2D) Transforms a vector using this matrix (ignores translation).
Public methodTransformVector(Double, Double) Transforms a vector using this matrix (ignores translation).
Public methodTranslateAppend Appends a translation to the matrix.
Public methodTranslatePrepend Prepends a translation to the matrix.
Top
Extension Methods
See Also