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



status
The status of the interactive mode.
beginPoint
The beginning point for the interactive mode line.
endPoint
The end point for the interactive mode line.
Initializes a new BitmapSourceViewerLineEventArgs with specified values.

Syntax

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

Parameters

status
The status of the interactive mode.
beginPoint
The beginning point for the interactive mode line.
endPoint
The end point for the interactive mode line.

Example

For C#/VB examples, refer to InteractivePan.

Requirements

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

See Also