Window Data Tile#
Provides data of the Window.
Description#
Output#
Height#
Info
- Return
Floating point data type - Usage
Returns the height
Width#
Info
- Return
Floating point data type - Usage
Returns the width
Left#
Info
- Return
Floating point data type - Usage
Returns Left
Top#
Info
- Return
Floating point data type - Usage
Returns Top
Center X#
Info
- Return
Floating point data type - Usage
Returns the X coordinate of the center
Center Y#
Info
- Return
Floating point data type - Usage
Returns the Y coordinate of the center
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)