Home | History | Annotate | Download | only in cpp

Lines Matching full:instance

14 /// instance.
18 /// This class represents the state of the view for an instance and contains
29 /// GetRect() retrieves the rectangle of the module instance associated
34 /// viewport if the module instance is scrolled off the page. Therefore, the
40 ///module instance in the viewport, and only need to use the size.
42 /// @return The rectangle of the instance. The default return value for
46 /// IsFullscreen() returns whether the instance is currently
49 /// @return <code>true</code> if the instance is in full screen mode,
53 /// IsVisible() determines whether the module instance might be visible to
55 /// window could be over it. In both of these cases, the module instance
62 /// module instance is scrolled into view and the clip rectangle is nonempty)
65 /// @return <code>true</code> if the instance might be visible to the
69 /// IsPageVisible() determines if the page that contains the module instance
74 /// the module instance could be scrolled off of a visible page, and this
77 /// to perform when the page is visible even if your specific module instance
80 /// @return <code>true</code> if the instance might be visible to the
85 /// of the module instance. This rectangle indicates the portions of the
86 /// module instance that are scrolled into view.
88 /// If the module instance is scrolled off the view, the return value will be
90 /// visibility. Therefore, if the module instance is scrolled into view, but
97 /// recommended behavior is to do full updates if the module instance is
109 /// it is likely that the previous backing store of the module instance will
119 /// instance. If the resource is invalid, the empty rectangle is returned.