DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / CineRate Property



In This Topic
    CineRate Property
    In This Topic
    Controls the speed of autonomous cine runs
    Syntax
    'Declaration
     
    
    Public Property CineRate As Single
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Single
     
    instance.CineRate = value
     
    value = instance.CineRate
    public float CineRate {get; set;}
    public:
    property float CineRate {
       float get();
       void set (    float value);
    }
    Remarks
    The "true" rate as determined from the attributes of the image is multiplied by this value to give the rate at which frames are to be displayed. It is not used when CineMode has the default value of Static. The default value is 1.0
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also