Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterViewerPointEventArgs Constructor(RasterViewerInteractiveStatus,Point)
See Also 
Leadtools.WinForms Namespace > RasterViewerPointEventArgs Class > RasterViewerPointEventArgs Constructor : RasterViewerPointEventArgs Constructor(RasterViewerInteractiveStatus,Point)



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

Syntax

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

Parameters

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also