ImageGear for .NET
SelectionRectangle Property




Gets or sets the rectangle (in image coordinates) that is displayed during selection.
Syntax
public ImGearRectangle SelectionRectangle {get; set;}
public: __property ImGearRectangle get_SelectionRectangle();
public: __property void set_SelectionRectangle( 
   ImGearRectangle value
);
public:
property ImGearRectangle SelectionRectangle {
   ImGearRectangle get();
   void set (    ImGearRectangle value);
}
'Declaration
 
Public Property SelectionRectangle As ImGearRectangle
 
'Usage
 
Dim instance As ImGearSelectSettings
Dim value As ImGearRectangle
 
instance.SelectionRectangle = value
 
value = instance.SelectionRectangle

Property Value

A ImageGear.Core.ImGearRectangle object.
See Also

Reference

ImGearSelectSettings Class
ImGearSelectSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback