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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : TransformToDescendant メソッド
The System.Windows.Media.Visual to which the coordinates are transformed.
Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant.
シンタックス
'宣言
 
Public Function TransformToDescendant( _
   ByVal descendant As Visual _
) As GeneralTransform
public GeneralTransform TransformToDescendant( 
   Visual descendant
)

パラメータ

descendant
The System.Windows.Media.Visual to which the coordinates are transformed.

戻り値の型

例外
例外解説
descendant is null 参照 (Visual Basicでは Nothing).
The visual is not an ancestor of the descendant visual.
The visual objects are not related.
参照

Viewer クラス
Viewer メンバ