lTileWidth
Value that indicates the width of the tile, in pixels. The meaning of the lTileWidth parameter differs according to the flags that are set in the lFlags parameter. Possible values are:
If lFlags contains |
lTileWidth represents |
Valid Range |
RMN_RECT |
The width of each rectangular tile, in pixels. |
1 to the image width / 2, if there is no region. If there is a region, then the range of values is just the region width/2. |
RMN_CIRC or RMN_BOTH |
The radial length of each arc-shaped tile, in pixels |
1 to the half of the diagonal of the image, if there is no region. If there is a region, then the range of values is just the half of the diagonal of the region rectangle. |