ObjectRasterManagerDGetObjects Method

Search for all objects in an rectangle.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public List<IBoundableD> GetObjects(
	RectangleD rect,
	bool needRebuild
)

Parameters

rect  RectangleD
Relevant area to intersect with eht Boundable objects.
needRebuild  Boolean
Update the list before search elements.

Return Value

ListIBoundableD
List of intersecting boundable objects.

See Also