Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

generaltransform_transformpoint_1768161830.md

File metadata and controls

30 lines (20 loc) · 1.05 KB
-api-id -api-type
M:Windows.UI.Xaml.Media.GeneralTransform.TransformPoint(Windows.Foundation.Point)
winrt method

Windows.UI.Xaml.Media.GeneralTransform.TransformPoint

-description

Uses this transformation object's logic to transform the specified point, and returns the result.

-parameters

-param point

The point to transform using the transformation logic.

-returns

The result of transforming point.

-remarks

The purpose of transformations is to convert data in coordinate systems to new frames of reference for a different coordinate system. Call this method to use the logic of this specific Transform derived class in order to convert a Point of the initial coordinate system into a Point in the coordinate system as it's interpreted by the transformation.

-examples

-see-also

TransformBounds