ObjectRasterManagerD Class

Helper for easy handling of objects with IBoundableD interface.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public class ObjectRasterManagerD : List<IBoundableD>
Inheritance
Object    ListIBoundableD    ObjectRasterManagerD

Constructors

ObjectRasterManagerDInitializes a new instance of the ObjectRasterManagerD class

Methods

Build Sort the elements to get fast access with "GetObjects".
Dispose Dispose all internal used helper.
GetObjects Search for all objects in an rectangle.

Extension Methods

See Also