Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 730 Bytes

generaltransform_trytransformcore_1724629458.md

File metadata and controls

29 lines (20 loc) · 730 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.GeneralTransform.TryTransformCore(Windows.Foundation.Point,Windows.Foundation.Point@)
winrt method

Microsoft.UI.Xaml.Media.GeneralTransform.TryTransformCore

-description

Provides the means to override the TryTransform behavior in a derived transform class.

-parameters

-param inPoint

The point to transform.

-param outPoint

The result of transforming inPoint.

-returns

true if inPoint was transformed; otherwise, false.

-remarks

-examples

-see-also