TranslateNormal Method (DicomImageFusion)
In This Topic
Move the centre point of the view by the specified distance, normal to the current view plane
Syntax
'Declaration
Public Sub TranslateNormal( _
ByVal As System.Single _
)
'Usage
Dim instance As DicomImageFusion
Dim Offset As System.Single
instance.TranslateNormal(Offset)
public void TranslateNormal(
System.float
)
public procedure TranslateNormal(
: System.Single
);
public function TranslateNormal(
: System.float
);
public: void TranslateNormal(
System.float
)
public:
void TranslateNormal(
System.float
)
Parameters
- Offset
- The distance, measured in real world mm
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also