Provides access to selection behavior options.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IESelectionOptions
Public Class IESelectionOptions
public ref class IESelectionOptions

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AllowMoveByKeyboard
Allow rectangular selections and layers to be moved by the cursor keys (Hold Ctrl key to resize selections. Hold Shift to speed up movement)
Animated
Enable animation of the selection
AutoTerminatePolySelect
Polygon selection will be automatically cancelled when the user clicks close to the start of the selection (i.e. closes the polygon)
CanScroll
Automatically scroll the image when selecting outside the visible area
CircleSizeable
Allows circular selections to be resized by dragging the grips at 0/90/180/360 positions
CutBorders
The user is allowed to drag the selection outside the borders (the selection borders will be cut)
DisableNewSelection
Once a selection has been made (programatically using Select or by the user using MouseInteract) then the user cannot make a new selection (though they can still move or resize the selection if Sizeable or Moveable is specified)
DisableOneClickDeselect
Prevent the selection from being cleared when clicking outside the selection
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filled
The image within the selection is displayed with inverted colors
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MarkOuter
Areas of the image outside the selection are shown as grayed or with alpha blending
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Moveable
Allow the user to move the selection (with grips)
PolygonSizeable
Allows polygon selections to be resized by dragging the grips at 0/90/180/360 positions
RightButtonSelectLayers
Allow selection of layers with the right button (other than left button)
RightButtonTerminatePolySelect
Allow polygon selection to be cancelled with the right mouse button
SelectTranspLayers
Allow transparent areas of a layer to be selectable
ShowCenter
A cross shows the center of the rectangle, circle or polygon while making a selection
Sizeable
Allow the user to resize the selection (with grips)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IESelectionOptions

See Also