Computes the transform from the inner space of the given
Visual3D to the 3D space of the Viewport3DVisual which
contains it.
The result will contain the transform of the given visual.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static Matrix3D GetTransformToAncestor(
DependencyObject visual
) |
Visual Basic |
---|
Public Shared Function GetTransformToAncestor ( _
visual As DependencyObject _
) As Matrix3D |
JScript |
---|
public static function GetTransformToAncestor(
visual : DependencyObject
) : Matrix3D |
Parameters
- visual
- Type: System.Windows..::..DependencyObject
the visual to transform
Return Value
the
Matrix3D representing the transformation from the inner space to the outer space
See Also