Attempts to perform the transformation on the specified input point.
public:
bool TryTransform(
Point inPoint,
out Point outPoint
)
inPoint
Type: Point
The original input point.
outPoint
Type: Point
The transformed input point.
Type: bool
True if inPoint was transformed successfully; otherwise, false.
Namespace: Windows.UI.Input
Metadata: windows.winmd
IPointerPointTransform Interface