Click or drag to resize
AB4D logo

ExtentionsUpdate Method

Updates the DXEngine's Transformation to the value of WPF Transform3D

Namespace:  Ab3d.DirectX
Assembly:  Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 4.2.7697.1045
Syntax
C#
public static void Update(
	this Transformation dxTransformation,
	Transform3D wpfTransform
)

Parameters

dxTransformation
Type: Ab3d.DirectXTransformation
DXEngine's Transformation
wpfTransform
Type: System.Windows.Media.Media3DTransform3D
WPF Transform3D

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Transformation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also