'Declaration Public Overrides Function TransformPoint( _
ByVal pointThe point to transform.As System.Windows.Point _
) As System.Windows.Point
public override System.Windows.Point TransformPoint(
System.Windows.Point point
)
public: System.Windows.Point TransformPoint(
System.Windows.Point point
); override
public:
System.Windows.Point TransformPoint(
System.Windows.Point point
); override
Parameters
- point
- The point to transform.
Return Value
The result of transforming point by this WpfPointInvertibleTransform.