Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRendering Class / ComputeCoords Method

In This Topic
    ComputeCoords Method (VolumeRendering)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ComputeCoords( _
       ByVal column As Integer, _
       ByVal row As Integer, _
       ByVal z As Integer, _
       ByVal coords(,) As Double _
    ) 
    protected override void ComputeCoords( 
       int column,
       int row,
       int z,
       double[,] coords
    )

    Parameters

    column
    row
    z
    coords
    See Also