WaveformAnalyzer.GetRectangle method |
|
Remarks
Obtains the rectangle where a specific graphic element is positioned inside the Waveform Analyzer.
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.
For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.
Syntax
[Visual Basic] control.WaveformAnalzyer.GetRectangle ( nIdRectangle as enumWaveAnalyzerRectangles, nIdSecondary as Integer, nLeft as Long, nTop as Long, nWidth as Long, nHeight as Long ) as enumErrorCodes |
[C++] short control.WaveformAnalzyer.GetRectangle ( short nIdRectangle, short nIdSecondary, long *nLeft, long *nTop, long *nWidth, long *nHeight ); |
Parameter |
Description |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nIdRectangle |
Mnemonic Identifier of the graphic element Supported values are the following:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nIdSecondary |
Unique identifier of a specific graphic item added to the analyzer through a call to one of the following methods:
Leave this parameter to 0 if the value of the nIdRectangle parameter is different from WAVEANALYZER_RECT_CUSTOM_LINE, WAVEANALYZER_RECT_HORZ_LINE_LEFT, WAVEANALYZER_RECT_HORZ_LINE_RIGHT or WAVEANALYZER_RECT_WAVE_RANGE. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nLeft |
Reference that, after returning from the method call, will contain the left coordinate, expressed in pixels, of the requested rectangle respect to the client area of the Waveform Analyzer. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nTop |
Reference that, after returning from the method call, will contain the top coordinate, expressed in pixels, of the requested rectangle respect to the client area of the Waveform Analyzer. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nWidth |
Reference that, after returning from the method call, will contain the width, expressed in pixels, of the requested rectangle. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nHeight |
Reference that, after returning from the method call, will contain the height, expressed in pixels, of the requested rectangle |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |