Creates a new Image resized proportionally to have the a
maximum height and width of the given maxSideSize.
Namespace: ImageSenseAssembly: 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.