GrapeCity ActiveReports for .NET 16.0J
TranslatePoint メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : TranslatePoint メソッド
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.
シンタックス
'宣言
 
Public Function TranslatePoint( _
   ByVal point As Point, _
   ByVal relativeTo As UIElement _
) As Point
public Point TranslatePoint( 
   Point point,
   UIElement relativeTo
)

パラメータ

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

戻り値の型

A point value, now relative to the target element rather than this source element.
参照

Viewer クラス
Viewer メンバ