Initializes a new instance of the Medical3DPlaneEventArgs class with explicit parameters.
public Medical3DPlaneEventArgs(
Medical3DVolumeType type,
int objectIndex,
int planeIndex,
int frameIndex
)
Public Function New( _
ByVal type As Leadtools.Medical3d.Medical3DVolumeType, _
ByVal objectIndex As Integer, _
ByVal planeIndex As Integer, _
ByVal frameIndex As Integer _
)
public:
Medical3DPlaneEventArgs(
Leadtools.Medical3d.Medical3DVolumeType type,
int objectIndex,
int planeIndex,
int frameIndex
)
type
Type of the object that contains the plane.
objectIndex
A zero-based index of the object that contains the plane.
planeIndex
A zero-based index of the plane.
frameIndex
A zero-based index of the frame that is drawn on the MPR plane.
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