getPixelValue Method

Summary

Gets the value for the specified pixel.

Syntax
TypeScript
JavaScript
getPixelValue = function( 
   frame, 
   x, 
   y 
) 
static getPixelValue( 
   frame: Frame, 
   x: number, 
   y: number 
): number[]; 

Parameters

frame

The Frame from which the pixel value should be retrieved.

x

The x coordinate for the pixel.

y

The y coordinate for the pixel.

Return Value

The value for the specified pixel.

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