View Source
Struct Bounds
Namespace:EvilDICOM.CV.Image
Assembly:EvilDICOM.CV.dll
Syntax
Constructors
View Source
Bounds(Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public Bounds(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
Parameters
| Type |
Name |
Description |
| System.Int32 |
minX |
|
| System.Int32 |
maxX |
|
| System.Int32 |
minY |
|
| System.Int32 |
maxY |
|
| System.Int32 |
minZ |
|
| System.Int32 |
maxZ |
|
Properties
View Source
MaxX
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
MaxY
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
MaxZ
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
MinX
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
MinY
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
MinZ
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|