The Field_GetSize() function retrieves the horizontal and vertical size of a window field.
Field_GetSize(field, horizontal, vertical)
• 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.
A boolean. True indicates the field size was returned, while false indicates it was not.