Creates a new Image resized proportionally to have the given maximum width.

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

Syntax

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

Parameters

maxWidth
Type: System..::..Int32
The maximum width to resize the image.

Return Value

This FilterChain.

See Also