Field_GetSize()

Examples


The Field_GetSize() function retrieves the horizontal and vertical size of a window field.

Syntax

Field_GetSize(field, horizontal, vertical)

Parameters

field – A window field.

horizontal – A returned integer containing the horizontal size of the field, measured in pixels.

vertical – A returned integer containing the vertical size of the field, measured in pixels.

Return value

A boolean. True indicates the field size was returned, while false indicates it was not.


Documentation Feedback