onDrawFrame Method

Summary

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

Syntax

TypeScript
JavaScript
MPRCell.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 MPRCell.

Remarks

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

Requirements

Target Platforms

See Also

MPRCell

MPRCell 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.