Function libCZI_SingleChannelTileAccessorCalcSize#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_SingleChannelTileAccessorCalcSize(SingleChannelScalingTileAccessorObjectHandle accessor_object, const IntRectInterop *roi, float zoom, IntSizeInterop *size)#
Gets the size information of the specified tile accessor based on the region of interest and zoom factor.
- Parameters:
accessor_object – Handle to the tile accessor object for which the size is to be calculated. This object is responsible for managing the access to the tiles within the specified plane.
roi – The region of interest that defines the region of interest within the plane for which the size is to be calculated.
zoom – A floating-point value representing the zoom factor.
size – [out] The size of the tile accessor. It contains width and height information.
- Returns:
An error-code indicating success or failure of the operation.