Overload List

NameDescription
Resize(Double, INTER)
Scale the image to the specific size: width *= scale; height *= scale
Resize(Int32, Int32, INTER)
Scale the image to the specific size
Resize(Int32, Int32, INTER, Boolean)
Scale the image to the specific size

See Also