Suoranta.NaturalLanguage - Developer API

ImageExtensions..::..Grow Method

Grow the rectangle by the width and the height but without exceeding size of the canvas.

Namespace:  Suoranta.NaturalLanguage
Assembly:  Suoranta.NaturalLanguage (in Suoranta.NaturalLanguage.dll)

Syntax


public static Rectangle Grow(
	this Rectangle rectangle,
	int width,
	int height,
	Size canvasSize
)

Parameters

rectangle
Type: Rectangle
width
Type: Int32
height
Type: Int32
canvasSize
Type: Size

Return Value

Rectangle