Click or drag to resize

IBitmapImageResize Method (Single, ResizeInterpolation)

Resizes image by scale factor.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Resize(
	float scaleFactor,
	ResizeInterpolation interpolation
)

Parameters

scaleFactor
Type: SystemSingle
1.0 indicates original size.
interpolation
Type: CohesiveComputing.ImagingResizeInterpolation
Interpolation type.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
InvalidOperationExceptionResulting image too large.
See Also