Method GetRectRegion
GetRectRegion(SelectionType, Rectangle, bool, bool)
Returns region corresponding to given rectangle.
public virtual 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.
GetRectRegion(Rectangle)
Returns region corresponding to given rectangle.
public virtual Region GetRectRegion(Rectangle rect)
Parameters
rectRectangleRectangle to check.
Returns
- Region
Region corresponding to given rectangle.