onDrawFrame Method

Summary

Gets called whenever the Derivative3D is drawing to the current frame.

Syntax

TypeScript
JavaScript
Derivative3D.prototype.onDrawFrame = function( 
   frame , 
   chunk  
) 
   onDrawFrame(frame: SliceFrame, chunk: ChunkData): void;  // protected 

Parameters

frame

A SliceFrame value that references the current frame "slice" or segment from the given URI.

chunk

A ChunkData value that references the "viewport" data for the Derivative3D.

Remarks

Classes that extend Derivative3D can utilize onDrawFrame to gain information about the SliceFrame and the ChunkData via the parameters.

Requirements

Target Platforms

See Also

Derivative3D

Derivative3D Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.