Defines if an element is in the container element area.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool InViewport(
Element element,
Element viewport
) |
Visual Basic |
---|
Public Shared Function InViewport ( _
element As Element, _
viewport As Element _
) As Boolean |
Visual C++ |
---|
public:
static bool InViewport(
Element^ element,
Element^ viewport
) |
Parameters
- element
- Type: Element
Element.
- viewport
- Type: Element
Container.
Return Value
True if an element is in the container element area. False if an element is not in the container element area.
See Also