←Select platform

RasterViewerLineEventArgs Constructor(RasterViewerInteractiveStatus,Point,Point)

Summary

Initializes a new RasterViewerLineEventArgs with specified values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal status As Leadtools.Winforms.RasterViewerInteractiveStatus, _ 
   ByVal beginPoint As Point, _ 
   ByVal endPoint As Point _ 
) 
public: 
RasterViewerLineEventArgs(  
   Leadtools.Winforms.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly