Click or drag to resize
Rect Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineRect

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Rect : IRect

The Rect type exposes the following members.

Constructors
  NameDescription
Public methodRect
Initializes a new instance of the Rect class
Top
Extension Methods
  NameDescription
Public Extension MethodContains (Defined by BindingsExtensions.)
Top
Properties
  NameDescription
Public propertyHeight
Number of rows or elements in the page. The indexing of the rows may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef).
Public propertyLeft
Position from the left. Corresponds to the first column.
Public propertyTop
Position from the top. Corresponds to the first row.
Public propertyWidth
Number of columns in the page. The indexing of the columns may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef).
Top
See Also