Eyeshot 10 WinForms API Reference
ComputeCoords Method (VolumeRendering)

WinForms Assembly > devDept.Eyeshot.Dicom Namespace > VolumeRendering Class : ComputeCoords Method
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

Reference

VolumeRendering Class
VolumeRendering Members