LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RasterViewerLineEventArgs Constructor(RasterViewerInteractiveStatus,Point,Point)






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
)
function 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: 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

RasterViewerLineEventArgs Class
RasterViewerLineEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.