Overload List

  NameDescription
Resize(Double) Obsolete.
Scale the image to the specific size: width *= scale; height *= scale
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Resize(Double, INTER)
Scale the image to the specific size: width *= scale; height *= scale
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Resize(Int32, Int32) Obsolete.
Scale the image to the specific size
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Resize(Int32, Int32, INTER)
Scale the image to the specific size
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Resize(Int32, Int32, Boolean) Obsolete.
Scale the image to the specific size
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Resize(Int32, Int32, INTER, Boolean)
Scale the image to the specific size
(Inherited from Image<(Of <(TColor, TDepth>)>).)

See Also