MaskImage Methods |
The MaskImage type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyFrom(ImageBaseT) |
Copy the data from another image.
(Inherited from ImageBaseT.) | |
| CopyFrom(MaskImage) |
Copy the data from another mask image.
| |
| CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
(Inherited from ImageBaseT.) | |
| Dispose | ||
| IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) | |
| PinData | (Overrides ImageBaseTPinData.) | |
| Save |
Saves the image in the format defined by the extension.
The supported formats are enumerated in FREE_IMAGE_FORMAT of the freeimage library.
| |
| SaveAsBin | (Overrides HologramChildTSaveAsBin(String).) | |
| SetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig) |
Sets the metadata from a given configuration
(Inherited from ImageBaseT.) | |
| SetMetadataR(ImageBaseR) |
Sets the metadata from a given image
(Inherited from ImageBaseT.) | |
| UnpinData |
Unpin the pinned managed memory.
(Inherited from ImageBaseT.) |