Method function SLScope.TSLDisplayAxis.GetValueAt(Integer;Integer;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: TSLDisplayAxis

Contents

Syntax

Delphi:

function GetValueAt( X : Integer, Y : Integer, var AxisPos : Real ) : Boolean;

C++ Builder:

bool __fastcall GetValueAt( int X, int Y, double &AxisPos );

Visual C++ (MFC):

bool GetValueAt( int X, int Y, double &AxisPos );

Summary

Returns the axis value at X, Y position.

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
AxisPos value for the Axis.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox