Thursday, July 05, 2007

One problem about 'minSize'

After minScale, 'minSize' could be zero and obversely it is not what we want. So we may use:

if (objSize_width>2 && objSize_height>2 && objSize_width>minScale && ... objSize

where '2' is 2 blocks

No comments:

Post a Comment