LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterViewerLineEventArgs Constructor(RasterViewerInteractiveStatus,Point,Point)

Show in webframe





The status of the interactive mode.
The beginning point for the interactive mode line.
The end point for the interactive mode line.
Initializes a new RasterViewerLineEventArgs with specified values.
Syntax
public RasterViewerLineEventArgs( 
   RasterViewerInteractiveStatus status,
   Point beginPoint,
   Point endPoint
)
'Declaration
 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal beginPoint As Point, _
   ByVal endPoint As Point _
)
'Usage
 
Dim status As RasterViewerInteractiveStatus
Dim beginPoint As Point
Dim endPoint As Point
 
Dim instance As New RasterViewerLineEventArgs(status, beginPoint, endPoint)

            

            
public:
RasterViewerLineEventArgs( 
   RasterViewerInteractiveStatus 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
Refer to InteractivePan.
Requirements

Target Platforms

See Also

Reference

RasterViewerLineEventArgs Class
RasterViewerLineEventArgs Members
Overload List

 

 


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