Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BitmapSourceViewerPointEventArgs Constructor(BitmapSourceViewerInteractiveStatus,Point)
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerPointEventArgs Class > BitmapSourceViewerPointEventArgs Constructor : BitmapSourceViewerPointEventArgs Constructor(BitmapSourceViewerInteractiveStatus,Point)



status
The status of the interactive mode.
pt
The event data.
Initializes a new BitmapSourceViewerPointEventArgs with specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As BitmapSourceViewerInteractiveStatus, _
   ByVal pt As Point _
)
Visual Basic (Usage)Copy Code
Dim status As BitmapSourceViewerInteractiveStatus
Dim pt As Point
 
Dim instance As BitmapSourceViewerPointEventArgs(status, pt)
C# 
public BitmapSourceViewerPointEventArgs( 
   BitmapSourceViewerInteractiveStatus status,
   Point pt
)
C++/CLI 
public:
BitmapSourceViewerPointEventArgs( 
   BitmapSourceViewerInteractiveStatus status,
   Point pt
)

Parameters

status
The status of the interactive mode.
pt
The event data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also