Creates a new Image resized proportionally to have the a maximum height and width of the given maxSideSize.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FilterChain ResizeToSideSize(
	int maxSideSize
)
Visual Basic
Public Function ResizeToSideSize ( _
	maxSideSize As Integer _
) As FilterChain
Visual C++
public:
FilterChain^ ResizeToSideSize(
	int maxSideSize
)

Parameters

maxSideSize
Type: System..::..Int32
The maximum for height or width to resize the image.

Return Value

This FilterChain.

See Also