Link Search Menu Expand Document

ImagePreprocessingFiltersCollectionAddScale Method

OverloadĀ List
NameDescription
Public methodAddScale
Add Scale image processing filter with default scale factor 2 (x2 enlargement) and interpolation mode.
Public methodAddScale(Double)
Add Scale image processing filter with specified scale factor and default interpolation mode (HighQualityBicubic).
Public methodAddScale(Int32)
Add Scale image processing filter with the specified size limit and default interpolation mode (HighQualityBicubic). When the image width or height exceeds the limit, the image proportionally resized to it.
Public methodAddScale(Double, InterpolationMode)
Add Scale image processing filter with specified scale factor and interpolation mode.
Public methodAddScale(Int32, Boolean)
Add Scale image processing filter with the specified size limit and default interpolation mode (HighQualityBicubic). When the image width or height exceeds the limit, the image proportionally resized to it.
Public methodAddScale(Int32, InterpolationMode)
Add Scale image processing filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it.
Public methodAddScale(Int32, Boolean, InterpolationMode)
Add Scale image processing filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it.
Top
See Also

Reference