ActiveReports 12
TransformToAncestor(Visual3D) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > TransformToAncestor Method : TransformToAncestor(Visual3D) Method
The System.Windows.Media.Media3D.Visual3D 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 System.Windows.Media.Media3D.Visual3D ancestor of the visual object.
Syntax
'Declaration
 
Public Overloads Function TransformToAncestor( _
   ByVal ancestor As Visual3D _
) As GeneralTransform2DTo3D
public GeneralTransform2DTo3D TransformToAncestor( 
   Visual3D ancestor
)

Parameters

ancestor
The System.Windows.Media.Media3D.Visual3D to which the coordinates are transformed.

Return Value

A transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Media3D.Visual3D ancestor of the visual object.
See Also

Reference

Viewer Class
Viewer Members
Overload List