Method GetRectRegion
GetRectRegion(Rectangle)
When implemented by a class, returns region corresponding to given rectangle.
Region GetRectRegion(Rectangle rect)
Parameters
rect
RectangleRectangle 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
selectionType
SelectionTypeSpecifies selection type.
rect
RectangleRectangle to check.
topLeftEnd
boolBoolean value indicating if the region's topleft corner should be calculated taking into account end of the wrapped line.
bottomRightEnd
boolBoolean 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.