The IESelectionOptions type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
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
| |
Filled |
The image within the selection is displayed with inverted colors
| |
MarkOuter |
Areas of the image outside the selection are shown as grayed or with alpha blending
| |
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)
|