LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

FramesOrderChanged Event (ICinePlayer)

Show in webframe






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

            

            
__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

See Also

Reference

ICinePlayer Interface
ICinePlayer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.