←Select platform

RectangleInteractiveEventArgs Constructor(InteractiveModeStatus,Rect)

Summary

Initializes a new instance of the RectangleInteractiveEventArgs with specified values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal status As Leadtools.Windows.Controls.InteractiveModeStatus, _ 
   ByVal bounds As Rect _ 
) 
public: 
RectangleInteractiveEventArgs(  
   Leadtools.Windows.Controls.InteractiveModeStatus status, 
   Rect bounds 
) 

Parameters

status
The status of the interactive mode.

bounds
The bounds of the interactive rectangle mode.

Example

For C#/VB examples, refer to InteractiveUserRectangle.

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.Windows.Controls Assembly