RectangleGetSize

From MultiCharts
Revision as of 15:08, 23 August 2021 by Svetlana MultiCharts (talk | contribs) (Created page with "Returns a numerical value indicating the width of a rectangle with the specified ID number; returns a value of -2 if the specified rectangle ID number is invalid. == Usage ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a numerical value indicating the width of a rectangle with the specified ID number; returns a value of -2 if the specified rectangle ID number is invalid.

Usage

RectangleGetSize(ID)

Where:

ID - a numerical expression specifying the rectangle ID number

Notes

A rectangle-specific ID number is returned by RectangleNew when the rectangle is created.

Example

Assign a value, indicating the width of a rectangle with the ID number of 3, to Value1 variable:

Value1=RectangleGetSize(3);