ImageBaseT Methods |
The ImageBaseT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyFrom(ImageBaseT) |
Copy the data from another image.
| |
| CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
| |
| IsPinned |
Checks if the image data memory is pinned
| |
| PinData |
Pin the managed memory to allow native processes to access it.
| |
| SetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig) |
Sets the metadata from a given configuration
| |
| SetMetadataR(ImageBaseR) |
Sets the metadata from a given image
| |
| UnpinData |
Unpin the pinned managed memory.
|