Click or drag to resize
Ab4d.SharpEngine logo

GpuImageCopyDataFromImage Method

Overload List
 NameDescription
Public methodCopyDataFromImage Returns a new RawImageData with data from this image (stored in GPU memory). When the image data cannot be retrieved, then null is returned.
Public methodCopyDataFromImage(Byte, Int64, Int32, Boolean) Copies data from image (stored in GPU memory) to the specified byte array. Returns true when data was copied, otherwise false is returned (when image cannot be copied from GPU memory).
Top
See Also