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

In This Topic
    Pictures Property
    In This Topic
    Gets or sets the pictures data for volume rendering.
    Syntax
    'Declaration
     
    Public Property Pictures As PictureData(Of T)()
    public PictureData<T>[] Pictures {get; set;}
    See Also