Function libCZI_SingleChannelTileAccessorGet#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_SingleChannelTileAccessorGet(SingleChannelScalingTileAccessorObjectHandle accessor_object, const CoordinateInterop *coordinate, const IntRectInterop *roi, float zoom, const AccessorOptionsInterop *options, BitmapObjectHandle *bitmap_object)#
Gets the tile bitmap of the specified plane and the specified roi with the specified zoom factor.
- Parameters:
accessor_object – Handle to the tile accessor object. This object is responsible for managing the access to the tiles within the specified plane.
coordinate – Pointer to a
CoordinateInterop
structure that specifies the coordinates within the plane from which the tile bitmap is to be retrieved.roi – The region of interest that defines within the plane for which the tile bitmap is requested.
zoom – A floating-point value representing the zoom factor.
options – A pointer to an AccessorOptionsInterop structure that may contain additional options for accessing the tile bitmap.
bitmap_object – [out] If the operation is successful, the created bitmap object will be put here.
- Returns:
An error-code indicating success or failure of the operation.