DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / CineIndex Property



    CineIndex Property
    The index of the currently displayed frame when using CineMode
    Syntax
    'Declaration
     
    Public Property CineIndex As Integer
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As Integer
     
    instance.CineIndex = value
     
    value = instance.CineIndex
    Remarks

    This acts as an index into CineFramesToDisplay and is therefore 0-based

    If CineFramesToDisplay is null, then this property will be equal to Frame -1

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also