ActiveReports 13
TranslatePoint Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TranslatePoint Method
The point value, as relative to this element.
The element to translate the given point into.
Translates a point relative to this element to coordinates that are relative to the specified element.
Syntax
'Declaration
 
Public Function TranslatePoint( _
   ByVal point As Point, _
   ByVal relativeTo As UIElement _
) As Point
public Point TranslatePoint( 
   Point point,
   UIElement relativeTo
)

Parameters

point
The point value, as relative to this element.
relativeTo
The element to translate the given point into.

Return Value

A point value, now relative to the target element rather than this source element.
See Also

Reference

Viewer Class
Viewer Members