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

In This Topic
    myScalarField Method (VolumeRendering)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function myScalarField( _
       ByVal x1 As Single, _
       ByVal y1 As Single, _
       ByVal z1 As Single _
    ) As Single
    protected override float myScalarField( 
       float x1,
       float y1,
       float z1
    )

    Parameters

    x1
    y1
    z1
    See Also