Eyeshot 10 WinForms API Reference
VolumeRendering Constructor(IList<Bitmap>,Point3D,Double)

WinForms Assembly > devDept.Eyeshot.Dicom Namespace > VolumeRendering Class > VolumeRendering Constructor : VolumeRendering Constructor(IList<Bitmap>,Point3D,Double)
The collection of System.Drawing.Bitmap.
The 3D point that represents the origin of the selection grid.
The cell's size in the Z direction.
Constructor with a sorted collection of gray-scale bitmaps.
Syntax
'Declaration
 
Public Function New( _
   ByVal images As IList(Of Bitmap), _
   ByVal gridOrigin As Point3D, _
   ByVal cellSizeZ As Double _
)
public VolumeRendering( 
   IList<Bitmap> images,
   Point3D gridOrigin,
   double cellSizeZ
)

Parameters

images
The collection of System.Drawing.Bitmap.
gridOrigin
The 3D point that represents the origin of the selection grid.
cellSizeZ
The cell's size in the Z direction.
Remarks
The devDept.Eyeshot.Triangulation.MarchingCubes.IsoLevel must be between 0 and 255.
See Also

Reference

VolumeRendering Class
VolumeRendering Members
Overload List