Click or drag to resize

ResampleMaskedCommand Constructor

Construct a new ResampleMaskedCommand with the provided information.
Overload List
  NameDescription
Public methodResampleMaskedCommand
Initializes a new instance of the ResampleMaskedCommand class.
Public methodResampleMaskedCommand(Size, Int32)
Construct a new ResampleMaskedCommand with the provided destination size and mask index.
Public methodResampleMaskedCommand(Int32, Int32)
Construct a new ResampleMaskedCommand with the provided size and mask index.
Protected methodResampleMaskedCommand(SerializationInfo, StreamingContext)
Construct a new ResampleMaskedCommand with default properties.
Public methodResampleMaskedCommand(Rectangle, Size, Int32)
Construct a new ResampleMaskedCommand with the provided source rectangle, destination size, and mask index.
Top
See Also