WpfPointAffineTransform Class Members
In This Topic
The following tables list the members exposed by
WpfPointAffineTransform.
Public Constructors
Public Properties
Public Methods
| Name | Description |
  | FromCoefficients | Creates a new point transformation from matrix coefficients. |
  | FromMatrix | Overloaded. Creates a new point transformation from matrix coefficients of affine matrix. |
 | GetInverseTransform | Returns the inverse transform. |
 | TransformPoint | Overloaded. Transforms the specified point by this and returns the result. |
 | TransformPoints | Overloaded. Transforms the specified points by this . |
 | TransformVector | Overloaded. Transforms the specified vector by this . |
 | TransformVectors | Overloaded. Transforms the specified vectors by this . |
See Also