Click or drag to resize

Rotate Class

Rotates the image ROI by the specified angle, and creates a new image encompassing the rotated image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageRotate

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

The Rotate type exposes the following members.

Constructors
  NameDescription
Public methodRotate
Initializes a new instance of the Rotate class
Public methodRotate(String)
Initializes a new instance of the Rotate class
Public methodRotate(McCommand)
Initializes a new instance of the Rotate class
Top
Properties
  NameDescription
Public propertyAngle
Defines angle of rotation.
Public propertyClip
Defines how to clip the result.
Public propertyOrient
Defines type of the rotation.
Public propertyVisible
Defines visibility of the result image.
Top
Methods
  NameDescription
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks