IMathTransformPoint Method

Overload List

TransformPoint(Matrix, PointD) Transforms a Point with the matrix Mat. You can easily do it yourself, but here is a way to do it with one line code.
TransformPoint(MatrixD, PointD) Transforms a Point with the matrix Mat. You can easily do it yourself, but here is a way to do it with one line code.

See Also