Click or drag to resize

ResampleCommand Constructor

Create a ResampleCommand used to resize AtalaImage objects.
Overload List
  NameDescription
Public methodResampleCommand
Initializes a new instance of the ResampleCommand class.
Public methodResampleCommand(Size)
Creates a new instance of ResampleCommand specifying final size and using the default resampling method.
Public methodResampleCommand(Int32)
Creates a new instance of ResampleCommand specifying the maximum width or height and resampling method.
Public methodResampleCommand(Size, ResampleMethod)
Creates a new instance of ResampleCommand specifying final size and resampling method.
Public methodResampleCommand(Int32, ResampleMethod)
Creates a new instance of ResampleCommand specifying final size and resampling method.
Protected methodResampleCommand(SerializationInfo, StreamingContext)
Initializes a new instance of %ResampleCommand%.
Public methodResampleCommand(Rectangle, Size, ResampleMethod)
Creates a new instance of ResampleCommand specifying sourceRect, destSize, and method.
Top
See Also