C#
VB
C++
Re-orients the plane position using three points.
Public Overloads Sub SetPlanePoints( _
ByVal point1 As Leadtools.Medicalviewer.Point3D, _
ByVal point2 As Leadtools.Medicalviewer.Point3D, _
ByVal point3 As Leadtools.Medicalviewer.Point3D _
)
public:
void SetPlanePoints(
Leadtools.Medicalviewer.Point3D point1,
Leadtools.Medicalviewer.Point3D point2,
Leadtools.Medicalviewer.Point3D point3
)
point1
The first point.
point2
The second point.
point3
The third point.
Each plane can be identified using three points. This method allows you to specify the points and set the plane based on them.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET