Medical3DPlaneEventArgs Constructor

Summary

Initializes a new instance of the Medical3DPlaneEventArgs class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal type As Medical3DVolumeType, _ 
   ByVal objectIndex As Integer, _ 
   ByVal planeIndex As Integer, _ 
   ByVal frameIndex As Integer _ 
) 
public: 
Medical3DPlaneEventArgs(  
   Medical3DVolumeType type, 
   int objectIndex, 
   int planeIndex, 
   int frameIndex 
) 

Parameters

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly