Click or drag to resize

Resize Class

Scales the image ROI to a new height and width.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageResize

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Resize
	Inherits ImageOperatorCommand(Of Object, McImage)

The Resize type exposes the following members.

Constructors
  NameDescription
Public methodResize
Initializes a new instance of the Resize class
Public methodResize(String)
Initializes a new instance of the Resize class
Public methodResize(McCommand)
Initializes a new instance of the Resize class
Top
Properties
  NameDescription
Public propertyNewSize
Defines new image size in the selected units.
Public propertySize
New image width and height in pixels.
Public propertySmoothing
Smoothing method.
Public propertyUnits
Defines units of the NewSize property.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks