GeneralTransform.Transform Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Transforms the specified point and returns the result.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Function Transform ( _
    point As Point _
) As Point
public Point Transform(
    Point point
)

Parameters

Return Value

Type: System.Windows.Point
The result of transforming point.

Exceptions

Exception Condition
InvalidOperationException

The transform did not succeed.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.