GeneralTransformTransformPoint Method |
Transforms the specified point and returns the result.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Point TransformPoint(
Point point
)
Parameters
- point
- Type: Windows.FoundationPoint
The point to transform.
Return Value
Type:
PointThe result of transforming point.
See Also