Click or drag to resize

ImagesOperators Methods

The ImagesOperators type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFile
Public methodStatic memberFromBuffer
Creates a new McImage from an byte array containing the image data.
Public methodStatic memberFromDotNetBitmap
Creates a new McImage from a System.Drawing.Bitmap preserving all supported pixel formats and metadata.
Public methodStatic memberMemoryAutoLockLimit(McImages)
The percentage of physical memory automatically locked for each McRegionAccess instance.
Public methodStatic memberMemoryAutoLockLimit(McImages, Double)
Public methodStatic memberMemoryFreeLogical(McImages)
The largest block of free logical memory in MB.
Public methodStatic memberMemoryFreeLogical(McImages, Double)
Public methodStatic memberMemoryFreePhysical(McImages)
The amount of free physical memory in MB.
Public methodStatic memberMemoryFreePhysical(McImages, Double)
Public methodStatic memberMemoryInfoDelta(McImages)
A read-write property that computes the difference between an assigned MemoryInformation property and the current McImages.MemoryInformation.
Public methodStatic memberMemoryInfoDelta(McImages, Object)
Public methodStatic memberMemoryInformation
An array Variant holding information about the current memory usage.
Public methodStatic memberMemoryUsageLimit(McImages)
The percentage of non-reserved physical memory used for all image storage before swapping to disk occurs.
Public methodStatic memberMemoryUsageLimit(McImages, Double)
Public methodStatic memberMemoryVirtualReserve(McImages)
The percentage of virtual memory reserved for application use.
Public methodStatic memberMemoryVirtualReserve(McImages, Double)
Public methodStatic memberCode exampleTotalImageCount
The total number of McImage instances, whether part of the Image collection or not.
Top
See Also