Show / Hide Table of Contents
View Source

Struct Bounds

Namespace:EvilDICOM.CV.Image
Assembly:EvilDICOM.CV.dll
Syntax
public struct Bounds

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
public int MaxX { get; }
Property Value
Type Description
System.Int32
View Source

MaxY

Declaration
public int MaxY { get; }
Property Value
Type Description
System.Int32
View Source

MaxZ

Declaration
public int MaxZ { get; }
Property Value
Type Description
System.Int32
View Source

MinX

Declaration
public int MinX { get; }
Property Value
Type Description
System.Int32
View Source

MinY

Declaration
public int MinY { get; }
Property Value
Type Description
System.Int32
View Source

MinZ

Declaration
public int MinZ { get; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX