LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Medical3DPlaneEventArgs Constructor
See Also 
Leadtools.Medical3D Namespace > Medical3DPlaneEventArgs Class : Medical3DPlaneEventArgs Constructor



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.
Initializes a new instance of the Medical3DPlaneEventArgs class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Medical3DVolumeType, _
   ByVal objectIndex As Integer, _
   ByVal planeIndex As Integer, _
   ByVal frameIndex As Integer _
)
Visual Basic (Usage)Copy Code
Dim type As Medical3DVolumeType
Dim objectIndex As Integer
Dim planeIndex As Integer
Dim frameIndex As Integer
 
Dim instance As New Medical3DPlaneEventArgs(type, objectIndex, planeIndex, frameIndex)
C# 
public Medical3DPlaneEventArgs( 
   Medical3DVolumeType type,
   int objectIndex,
   int planeIndex,
   int frameIndex
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features