ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

InRectangle Property

Applies to

Summary

Returns the sub-collection of shapes located inside the given rectangle.

Syntax

Object.InRectangle (
   p1 As Point,
   p2 As Point
) As ShapeRange

Parameters

p1
[in, optional] Point
p2
[in, optional] Point

Remarks

The p1 and p2 points give the top-left and bottom-right corners of the rectangle. The method returns only those shapes that locate entirely inside the rectangle.