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

FramesOrderChanged Event (ICinePlayer)







Occurs when the frame order is changed.
Syntax
'Declaration
 
Event FramesOrderChanged As EventHandler(Of FramesOrderChangedEventArgs)
'Usage
 
Dim instance As ICinePlayer
Dim handler As EventHandler(Of FramesOrderChangedEventArgs)
 
AddHandler instance.FramesOrderChanged, handler
add_FramesOrderChanged(function(sender, e))
remove_FramesOrderChanged(function(sender, e))

__event EventHandler<FramesOrderChangedEventArgs*>* FramesOrderChanged
Event Data

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

PropertyDescription
EndFrame Gets the frame that is the end of the frame order.
FramesOrder Gets the PlayFramesOrder.
JumpCount Gets the number of frames to skip.
StartFrame Gets the frame that is the start of the frame order.
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.