Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRendering Class / VolumeRendering Constructor / VolumeRendering Constructor(IList<Bitmap>,Point3D,Single)
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.

In This Topic
    VolumeRendering Constructor(IList<Bitmap>,Point3D,Single)
    In This Topic
    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 Single _
    )
    public VolumeRendering( 
       IList<Bitmap> images,
       Point3D gridOrigin,
       float 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
    See Also