WorksheetGetRegionsBounds Method
Determines the full bounding rectangle covering all specified Regions.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public abstract Rectangle GetRegionsBounds(
bool selected,
int sizeLimit = 0
)
Public MustOverride Function GetRegionsBounds (
selected As Boolean,
Optional sizeLimit As Integer = 0
) As Rectangle
public:
virtual Rectangle GetRegionsBounds(
bool selected,
int sizeLimit = 0
) abstract
abstract GetRegionsBounds :
selected : bool *
?sizeLimit : int
(* Defaults:
let _sizeLimit = defaultArg sizeLimit 0
*)
-> Rectangle
- selected Boolean
- to consider only selected Regions, to consider any Regions on the worksheet.
- sizeLimit Int32 (Optional)
- Maximal allowed area of the bounding rectangle. Pass 0 for no limit.
RectangleFull bounding rectangle for the specified Regions.