Click or drag to resize

MaskImage Methods

The MaskImage type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(MaskImage)
Copy the data from another mask image.
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodDispose
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData (Overrides ImageBaseTPinData.)
Public methodSave
Saves the image in the format defined by the extension. The supported formats are enumerated in FREE_IMAGE_FORMAT of the freeimage library.
Public methodSaveAsBin (Overrides HologramChildTSaveAsBin(String).)
Public methodSetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig)
Sets the metadata from a given configuration
(Inherited from ImageBaseT.)
Public methodSetMetadataR(ImageBaseR)
Sets the metadata from a given image
(Inherited from ImageBaseT.)
Public methodUnpinData
Unpin the pinned managed memory.
(Inherited from ImageBaseT.)
Top
See Also