MPRFrameRequestedEventArgs Constructor

Summary

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

Syntax
TypeScript
JavaScript
MPRFrameRequestedEventArgs = function( 
   index, 
   mprType, 
   image 
) 
constructor( 
   index: number, 
   mprType: CellMPRType, 
   image: HTMLImageElement 
); 

Parameters

index

Index of the requested MPR frame.

mprType

The frame type

image

The image holding the output frame.

Remarks
  • Change the volume type to MPR to view the MPR images in 3D form. To change the volume to MPR, refer to VolumeType.

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.Controls.Medical Assembly