CreateThumbnail Class

Creates a thumbnail Bitmap for the specified image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcImage, Bitmap
          MediaCy.Commands.DocumentCreateThumbnail

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateThumbnail
	Inherits OneInputOneOutputCommand(Of McImage, Bitmap)

The CreateThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodCreateThumbnail
Initializes a new instance of the CreateThumbnail class
Top
Properties
  NameDescription
Public propertyFrame
Public propertyOverlays
Public propertySize
Top
Methods
  NameDescription
Public methodMarshalInputs (Overrides McCommandExtended.MarshalInputs.)
Public methodSchedule (Overrides McCommandSchedule(ThreadAffinity, TaskPriority).)
Top
Remarks