BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.VolumeD Struct Reference

Public Member Functions

 VolumeD (Point3D loc, Point3D s)
 
bool Intersects (PointF p)
 
bool Intersects (PointD p)
 
bool Intersects (Point3D p)
 
bool Intersects (RectangleD rec)
 

Properties

Point3D Location [get, set]
 
Point3D Size [get, set]
 
double Width [get, set]
 
double Height [get, set]
 
double Depth [get, set]
 

Detailed Description

Definition at line 348 of file Units.cs.

Constructor & Destructor Documentation

◆ VolumeD()

BioCore.VolumeD.VolumeD ( Point3D  loc,
Point3D  s 
)

Definition at line 350 of file Units.cs.

Member Function Documentation

◆ Intersects() [1/4]

bool BioCore.VolumeD.Intersects ( Point3D  p)

Definition at line 433 of file Units.cs.

◆ Intersects() [2/4]

bool BioCore.VolumeD.Intersects ( PointD  p)

Definition at line 424 of file Units.cs.

◆ Intersects() [3/4]

bool BioCore.VolumeD.Intersects ( PointF  p)

Definition at line 415 of file Units.cs.

◆ Intersects() [4/4]

bool BioCore.VolumeD.Intersects ( RectangleD  rec)

Definition at line 442 of file Units.cs.

Property Documentation

◆ Depth

double BioCore.VolumeD.Depth
getset

Definition at line 403 of file Units.cs.

◆ Height

double BioCore.VolumeD.Height
getset

Definition at line 392 of file Units.cs.

◆ Location

Point3D BioCore.VolumeD.Location
getset

Definition at line 357 of file Units.cs.

◆ Size

Point3D BioCore.VolumeD.Size
getset

Definition at line 370 of file Units.cs.

◆ Width

double BioCore.VolumeD.Width
getset

Definition at line 381 of file Units.cs.


The documentation for this struct was generated from the following file: