LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterViewerPointsEventArgs Class
See Also  Members  
Leadtools.WinForms Namespace : RasterViewerPointsEventArgs Class



Provides data for various RasterImageViewer user interaction events.

Object Model

RasterViewerPointsEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class RasterViewerPointsEventArgs 
   Inherits RasterViewerInteractiveEventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterViewerPointsEventArgs
C# 
public class RasterViewerPointsEventArgs : RasterViewerInteractiveEventArgs 
C++/CLI 
public ref class RasterViewerPointsEventArgs : public RasterViewerInteractiveEventArgs 

Example

Remarks

Use this class when handling the following events:

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.WinForms.RasterViewerInteractiveEventArgs
         Leadtools.WinForms.RasterViewerPointsEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also