The MatrixD2D type exposes the following members.
Methods | Name | Description |
---|
 | AppendInverseTransform | |
 | AppendTransform(MatrixD2D) | |
 | AppendTransform(Double, Double, Double, Double, Double, Double) | |
 | Clone | |
 | CopyFrom(MatrixD2D) | |
 | CopyFrom(Object) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | Inverse |
Gets the inverse of the matrix.
|
 | InverseTransformPoint(PointD2D) | |
 | InverseTransformPoint(Double, Double) | |
 | InverseTransformVector(PointD2D) | |
 | InverseTransformVector(Double, Double) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | PrependInverseTransform | |
 | PrependTransform(MatrixD2D) | |
 | PrependTransform(Double, Double, Double, Double, Double, Double) | |
 | Reset | |
 | RotateAppend | |
 | RotatePrepend | |
 | ScaleAppend | |
 | ScalePrepend | |
 | SetElements | |
 | SetTranslationRotationShearxScale | |
 | ShearAppend | |
 | ShearPrepend | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | TransformPoint(PointD2D) | |
 | TransformPoint(Double, Double) | |
 | TransformVector(PointD2D) | |
 | TransformVector(Double, Double) | |
 | TranslateAppend | |
 | TranslatePrepend | |
Top
Extension Methods
See Also