Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRenderingBase<T> Class / myScalarField Method

In This Topic
    myScalarField Method (VolumeRenderingBase<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function myScalarField( _
       ByVal x1 As Single, _
       ByVal y1 As Single, _
       ByVal z1 As Single _
    ) As Single
    protected virtual float myScalarField( 
       float x1,
       float y1,
       float z1
    )

    Parameters

    x1
    y1
    z1
    See Also