Initializes a new instance of the ResizeCommand class with explicit parameters.
public ResizeCommand(
RasterImage destinationImage,
RasterSizeFlags flags
)
Public Function New( _
ByVal destinationImage As Leadtools.RasterImage, _
ByVal flags As Leadtools.RasterSizeFlags _
)
public ResizeCommand(
Leadtools.RasterImage destinationImage,
Leadtools.RasterSizeFlags flags
)
- (instancetype)initWithDestinationImage:(LTRasterImage *)dstImage
flags:(LTRasterSizeFlags)flags
public ResizeCommand(
RasterImage destinationImage,
RasterSizeFlags flags
)
function ResizeCommand(
destinationImage ,
flags
)
public:
ResizeCommand(
Leadtools.RasterImage^ destinationImage,
Leadtools.RasterSizeFlags flags
)
destinationImage
The destination image for the resize.
flags
Flags that determine resizing options.
The ResizeCommand command works by resizing the image data passed to the Run method into the image passed to destinationImage.
The destination image must be initialized with the correct RasterImage.Width and RasterImage.Height of the new, resized image.
For an example, refer to ResizeCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET