Method function SLWaterfall.TSLWaterfallDataView.GetValueAt(Integer;Integer) : Real

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: TSLWaterfallDataView

Contents

Syntax

Delphi:

function GetValueAt( X : Integer, Y : Integer ) : Real;

C++ Builder:

double __fastcall GetValueAt( int X, int Y );

Visual C++ (MFC):

double GetValueAt( int X, int Y );

Summary

Returns the value at X, Y position.

Description

Call this method to get the value at X, Y position.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox