TranslateMm Method (IProjection)
In This Topic
Move the centre point of the view by the specified offset
Syntax
'Declaration
Sub TranslateMm( _
ByVal As System.Windows.Media.Media3D.Vector3D _
)
'Usage
Dim instance As IProjection
Dim Offset As System.Windows.Media.Media3D.Vector3D
instance.TranslateMm(Offset)
void TranslateMm(
System.Windows.Media.Media3D.Vector3D
)
procedure TranslateMm(
: System.Windows.Media.Media3D.Vector3D
);
function TranslateMm(
: System.Windows.Media.Media3D.Vector3D
);
void TranslateMm(
System.Windows.Media.Media3D.Vector3D
)
void TranslateMm(
System.Windows.Media.Media3D.Vector3D
)
Parameters
- Offset
- The offset, measured in absolute real world mm
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also