ImageGear .NET v24.12 - Updated
SelectionRectangle Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearSelectSettings Class : SelectionRectangle Property
Gets or sets the rectangle (in image coordinates) that is displayed during selection.
Syntax
'Declaration
 
Public Property SelectionRectangle As ImGearRectangle
'Usage
 
Dim instance As ImGearSelectSettings
Dim value As ImGearRectangle
 
instance.SelectionRectangle = value
 
value = instance.SelectionRectangle
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);
}

Property Value

A ImageGear.Core.ImGearRectangle object.
See Also

Reference

ImGearSelectSettings Class
ImGearSelectSettings Members