Method function SLScope.TSLDataDisplay.GetAxisValueAt(Integer;Integer;Real;Real) : Boolean

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

Contents

Syntax

Delphi:

function GetAxisValueAt( X : Integer, Y : Integer, var AxisX : Real, var AxisY : Real ) : Boolean;

C++ Builder:

bool __fastcall GetAxisValueAt( int X, int Y, double &AxisX, double &AxisY );

Visual C++ (MFC):

bool GetAxisValueAt( int X, int Y, double &AxisX, double &AxisY );

Summary

Returns the X and Y axis value at a mouse point.

Description

Call this method to get the X and Y axis value at a mouse point.

Parameters

Parameter Description
X Mouse X point
Y Mouse Y point
AxisX X value for the X Axis.
AxisY Y value for the Y Axis.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox