Home | History | Annotate | Download | only in cpp

Lines Matching full:rectangle

29   /// GetRect() retrieves the rectangle of the module instance associated
33 /// The returned rectangle may not be inside the visible portion of the
42 /// @return The rectangle of the instance. The default return value for
43 /// an invalid View is the empty rectangle.
62 /// module instance is scrolled into view and the clip rectangle is nonempty)
84 /// GetClipRect() returns the clip rectangle relative to the upper-left corner
85 /// of the module instance. This rectangle indicates the portions of the
89 /// (0, 0, 0, 0). This clip rectangle does <i>not</i> take into account page
91 /// the page itself is on a tab that is not visible, the return rectangle will
92 /// contain the visible rectangle as though the page were visible. Refer to
96 /// Most applications will not need to worry about the clip rectangle. The
104 /// further. In this case, the clip rectangle will tell you which parts of
118 /// @return The rectangle representing the visible part of the module
119 /// instance. If the resource is invalid, the empty rectangle is returned.