Click or drag to resize

Bitmap Class

Creates new or modifies parameters of the existing Bitmap object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysShape
              MediaCy.Commands.OverlaysBitmap

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Bitmap
	Inherits Shape

The Bitmap type exposes the following members.

Constructors
  NameDescription
Public methodBitmap
Initializes a new instance of the Bitmap class
Public methodBitmap(McCommand)
Initializes a new instance of the Bitmap class
Top
Properties
  NameDescription
Public propertyImage
Defines the image to dislplay on the bitmap object.
Public propertyShowRectangle
If set True, a rectangular border is shown around the bitmap.
Public propertyTransparentColorRange
The range of rendered color values that are to be transparent.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Bitmap using the properties of an existing McGraphObjBitmap object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks