Click or drag to resize

MatrixD2D Methods

The MatrixD2D type exposes the following members.

Methods
 NameDescription
Public methodAppendInverseTransform 
Public methodAppendTransform(MatrixD2D) 
Public methodAppendTransform(Double, Double, Double, Double, Double, Double) 
Public methodClone 
Public methodCopyFrom(MatrixD2D) 
Public methodCopyFrom(Object) 
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) 
Public methodInverseTransformPoint(Double, Double) 
Public methodInverseTransformVector(PointD2D) 
Public methodInverseTransformVector(Double, Double) 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrependInverseTransform 
Public methodPrependTransform(MatrixD2D) 
Public methodPrependTransform(Double, Double, Double, Double, Double, Double) 
Public methodReset 
Public methodRotateAppend 
Public methodRotatePrepend 
Public methodScaleAppend 
Public methodScalePrepend 
Public methodSetElements 
Public methodSetTranslationRotationShearxScale 
Public methodShearAppend 
Public methodShearPrepend 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTransformPoint(PointD2D) 
Public methodTransformPoint(Double, Double) 
Public methodTransformVector(PointD2D) 
Public methodTransformVector(Double, Double) 
Public methodTranslateAppend 
Public methodTranslatePrepend 
Top
Extension Methods
See Also