getPixelValue Method

Summary

Gets the value for the specified pixel.

Syntax

JavaScript Syntax
getPixelValue = function(frame, x, y) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly