| 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7