Skip to content

Window Data Tile#


alt text Provides data of the Window.

Description#

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)