|
|
InCircle Property
InCircle Property
Summary
Returns the sub-collection of shapes located inside the given circle.
Syntax
Object.InCircle (
Center As Point, '
Radius As Double '
) As ShapeRange
Parameters
- Center
- [in, optional] Point
- Radius
- [in, optional] Double
Remarks
The Center and Radius parameters define the circle. The method returns only those shapes that
locate entirely inside the rectangle.
|
|