ObjectRasterManager Class

Helper for easy handling of objects with IBoundable interface.

Definition

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

Constructors

ObjectRasterManagerInitializes a new instance of the ObjectRasterManager 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