←Select platform

Medical3DPlaneEventArgs Constructor

Summary

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

Syntax

C#
VB
C++
  
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 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly