Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / CtSliceInfo Class / SetPixelData Method

In This Topic
    SetPixelData Method
    In This Topic
    Fills the Hounsfield Pixel matrix. If you use an external library to read the DICOM images, then you need to override this method.
    Syntax
    'Declaration
     
    Public Overridable Sub SetPixelData() 
    public virtual void SetPixelData()
    Remarks
    If you use an external library to read the DICOM images, then you need to override this method.
    See Also