Initializes a new instance of the
MedicalViewerData3DRequestedEventArgs class object with explicit parameters.
Syntax
C# | |
---|
public MedicalViewer3DFrameRequestedEventArgs(
int frameIndex
) |
C++/CLI | |
---|
public:
MedicalViewer3DFrameRequestedEventArgs(
int frameIndex
) |
Parameters
- frameIndex
- the index of the frame requested. The user should retrieve this image and place it in the property Image
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