Click or drag to resize
IBoundingBox Interface
A set of 2, 4, 6 or 8 numbers indicating the upper and lower bounds of an interval (1D), rectangle (2D), parallelpiped (3D), or hypercube along each axis of a given coordinate reference system.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IBoundingBox

The IBoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Get data context.
Public propertyMax
Max values of the bounding box.
Public propertyMin
Min values of the bounding box.
Top
See Also