Overload List

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

See Also