MatrixHelper.Transform(Matrix, Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Point Transform(Matrix target, Point point);
static Point Transform(Matrix const& target, Point const& point);
public static Point Transform(Matrix target, Point point);
function transform(target, point)
Public Shared Function Transform (target As Matrix, point As Point) As Point
Parameters
Returns
The Point result of the transform.