onRender Method

Summary

Called when rendering the cell from the viewer.

Syntax

TypeScript
JavaScript
CellItem.prototype.onRender = function( 
   context  
) 
   onRender(context: CanvasRenderingContext2D): void;  // protected 

Parameters

context

A CanvasRenderingContext2D value that references the rendering context for this cell.

Remarks

Use the provided context to draw to the CanvasRenderingContext2D.

Requirements

Target Platforms

See Also

CellItem

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