LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Bounds Property
See Also 
Leadtools.Windows.Controls Namespace > RectangleInteractiveEventArgs Class : Bounds Property



Gets the bounds location for the current interactive rectangle mode. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Bounds As Rect
Visual Basic (Usage)Copy Code
Dim instance As RectangleInteractiveEventArgs
Dim value As Rect
 
value = instance.Bounds
C# 
public Rect Bounds {get;}
C++/CLI 
public:
property Rect Bounds {
   Rect get();
}

Property Value

The bounds location for the current interactive rectangle mode.

Example

For C#/VB examples, refer to ImageViewer.InteractiveUserRectangle.

Remarks

The ImageViewer.InteractiveModeUseClientCordinates property controls whether the value of Bounds is in image or client coordinates.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also