Method GetRectRegion
GetRectRegion(Rectangle)
When implemented by a class, returns region corresponding to given rectangle.
Region GetRectRegion(Rectangle rect)
Parameters
rectRectangleRectangle to check.
Returns
- Region
Region corresponding to given rectangle.
GetRectRegion(SelectionType, Rectangle, bool, bool)
When implemented by a class, returns region corresponding to given rectangle.
Region GetRectRegion(SelectionType selectionType, Rectangle rect, bool topLeftEnd, bool bottomRightEnd)
Parameters
selectionTypeSelectionTypeSpecifies selection type.
rectRectangleRectangle to check.
topLeftEndboolBoolean value indicating if the region's topleft corner should be calculated taking into account end of the wrapped line.
bottomRightEndboolBoolean value indicating if the region's bottomright corner should be calculated taking into account end of the wrapped line.
Returns
- Region
Region corresponding to given rectangle.