←Select platform

RasterViewerRectangleEventArgs Constructor(RasterViewerInteractiveStatus,Rectangle)

Summary

Initializes a new RasterViewerRectangleEventArgs with specified values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal status As Leadtools.Winforms.RasterViewerInteractiveStatus, _ 
   ByVal rc As Rectangle _ 
) 
public: 
RasterViewerRectangleEventArgs(  
   Leadtools.Winforms.RasterViewerInteractiveStatus status, 
   Rectangle rc 
) 

Parameters

status
The status of the interactive mode.

rc
Interactive mode rectangle.

Example

Refer to IsInteractiveModeBusy.

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