selectRangeArea Constructor |
| Name | Description | |
|---|---|---|
| selectRangeArea(Int32, Int32) |
Initializes a new instance of the selectRangeArea class.
| |
| selectRangeArea(selectRange, selectRange) |
Two-point constructor: Initializes a new instance of the selectRangeArea struct.
| |
| selectRangeArea(selectRange, Int32, Int32) |
Starting point, width and height. Initializes a new instance of the selectRangeArea struct.
| |
| selectRangeArea(Int32, Int32, Int32, Int32) |
Absolute coordinate constructor: TopLeft + BottomRight. Initializes a new instance of the selectRangeArea struct.
|