LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

FrameRateChanged Event (ICinePlayer)







Occurs when the play state is changed.
Syntax
'Declaration
 
Event FrameRateChanged As EventHandler(Of FrameRateChangedEventArgs)
'Usage
 
Dim instance As ICinePlayer
Dim handler As EventHandler(Of FrameRateChangedEventArgs)
 
AddHandler instance.FrameRateChanged, handler
add_FrameRateChanged(function(sender, e))
remove_FrameRateChanged(function(sender, e))

Event Data

The event handler receives an argument of type FrameRateChangedEventArgs containing data related to this event. The following FrameRateChangedEventArgs properties provide information specific to this event.

PropertyDescription
FrameRate Gets the frame rate for the CinePlayer.
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

Reference

ICinePlayer Interface
ICinePlayer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.