
| 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 | |
Refer to InteractiveRegionFreehand.
Use this class when handling the following events:
System.Object
System.EventArgs
Leadtools.WinForms.RasterViewerInteractiveEventArgs
Leadtools.WinForms.RasterViewerPointsEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code