Click or drag to resize
GeneralTransformTransformPoint Method
Transforms the specified point and returns the result.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Point TransformPoint(
	Point point
)

Parameters

point
Type: Windows.FoundationPoint
The point to transform.

Return Value

Type: Point
The result of transforming point.
See Also