Method function VLSimpleImageBuffer.IVLImageBuffer.GetGrayScale(Cardinal;Cardinal) : WORD

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IVLImageBuffer

Contents

Syntax

Delphi:

function GetGrayScale( X : Cardinal, Y : Cardinal ) : WORD;

C++ Builder:

WORD __fastcall GetGrayScale( unsigned int X, unsigned int Y );

Visual C++ (MFC):

GetGrayScale(  X,  Y );

Summary

Returns the color of individual pixel of the buffer as a gray scale.

Description

Call this method to get the color of individual pixel of the buffer as a gray scale.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox