Click or drag to resize

Common Class

Inheritance Hierarchy
SystemObject
  MediaCy.Commands.ImageCommon

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public NotInheritable Class Common

The Common type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAutoRangeOff
Turn off preview auto range for the image.
Public methodStatic memberGenerateDerivedImageName
Generate new name for derived image based on the name of the parent image and suffix
Public methodStatic memberGetImage
Get McImage from the source.
Public methodStatic memberGetImageSet
Get McImageSet from the source.
Public methodStatic memberIsAoiTooLargeForBitmap
Return True if image Aoi is too large to create a McGraphObjBitmap.
Public methodStatic memberIsFrameTooLargeForBitmap
Return True if whole frame is too large to create a McGraphObjBitmap.
Public methodStatic memberIsPreview
Return TRUE if image is a preview image.
Public methodStatic memberIsVLI
Return True if image is VLI.
Public methodStatic memberuGetBestFitLuminanceRange(McImage, Double)
Public methodStatic memberuGetBestFitLuminanceRange(McImage, Double, Double)
Public methodStatic memberuGetImageState
Public methodStatic memberuGetTrueLuminanceRange
Top
See Also