The RectangleRubberband type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
RectangleRubberband |
Creates and initializes new RectangleRubberband class instance. |
| Name | Description | |
|---|---|---|
|
|
Connect |
Connects this user input controller (navigator or rubberband) to the viewer control. (Inherited from UserInputController.) |
|
|
CreateObjRef | (Inherited from MarshalByRefObject.) |
|
|
Disconnect |
Disconnects this user input controller (navigator or rubberband) from the BitmapViewer control. (Inherited from UserInputController.) |
|
|
Dispose | Overloaded. |
|
|
Equals | (Inherited from Object.) |
|
|
Erase |
Erases (discards) the rubberband from the control. |
|
|
Finalize | (Inherited from Component.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetLifetimeService | (Inherited from MarshalByRefObject.) |
|
|
GetService | (Inherited from Component.) |
|
|
GetType | (Inherited from Object.) |
|
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
|
|
MemberwiseClone | Overloaded. |
|
|
ToString | (Inherited from Component.) |
|
|
Update |
This method is called with a BitmapViewer when it needs to be repainted or updated in any other way. (Inherited from RectangleController.) |
| Name | Description | |
|---|---|---|
|
|
CanRaiseEvents | (Inherited from Component.) |
|
|
Container | (Inherited from Component.) |
|
|
DesignMode | (Inherited from Component.) |
|
|
Erasable |
Gets/sets a value that specifies whether the rubberband can be erased (discarded) when user clicks by a mouse out of this rectangle. |
|
|
Events | (Inherited from Component.) |
|
|
GripColor |
Gets/sets the color of grips. |
|
|
GripSize |
Gets/sets the grip size. |
|
|
GripsVisible |
Gets/sets a value which shows or hides the grips on the rectangle. |
|
|
IsEmpty |
Gets a value that specifies whether the rubberband rectangle is empty (and therefore whether it is visible). |
|
|
MaskColor |
Gets/sets the color of the mask. |
|
|
MaskOpacity |
Gets/sets the opacity of the mask. |
|
|
MaskStyle |
Gets/sets a value which specified when to enable masking of the area outside of the rectangle. |
|
|
Movable |
Gets/sets a value which specifies whether the rubberband rectangle can be dragged on the BitmapViewer control. |
|
|
OutlineColor1 |
Gets/sets the first color of the rectangle outline when it is dashed. (Inherited from RectangleController.) |
|
|
OutlineColor2 |
Gets/sets the second color of the rectangle outline when it is dashed. (Inherited from RectangleController.) |
|
|
OutlineStyle |
Gets/sets the rectangle outline pen style (solid, dashed, etc). (Inherited from RectangleController.) |
|
|
OutlineWidth |
Gets/sets the rectangle outline width. (Inherited from RectangleController.) |
|
|
Ratio |
Gets/sets the aspect ratio of the rubberband rectangle which should be preserved when ResizeMode is Proportional. |
|
|
Rectangle |
Gets/sets a rubberband rectangle. |
|
|
ResizeMode |
Gets/sets an allowed resize mode for the rubberband rectangle. |
|
|
Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
|
|
Disposed | (Inherited from Component.) |
|
|
RectangleChanged |
Fires when the rubberband rectangle is modified (mouse button is released). |
|
|
RectangleChanging |
Fires during the rubberband rectangle modification (before the mouse button is released). |