Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Permalink
docs
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
-api-id -api-type
M:Windows.UI.Xaml.Media.GeneralTransform.TryTransformCore(Windows.Foundation.Point,Windows.Foundation.Point@)
winrt method

Windows.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