Click or drag to resize

Canvas Class

The Canvas lets you add or remove work space around an existing image. You can crop an image by decreasing the canvas area.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageCanvas

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

The Canvas type exposes the following members.

Constructors
  NameDescription
Public methodCanvas
Initializes a new instance of the Canvas class
Public methodCanvas(String)
Initializes a new instance of the Canvas class
Public methodCanvas(McCommand)
Initializes a new instance of the Canvas class
Top
Properties
  NameDescription
Public propertyAnchor
Defines position of the original image in the new image.
Public propertyAverageBackground
Public propertyBackground
Defines background color.
Public propertySize
New image width and height in pixels.
Public propertyVisible
Defines visibility of the result image.
Top
Methods
  NameDescription
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks