A
TileDiscardPolicy 指定不应丢弃平铺图像。 specifying that tile images should never be discard.
另见: See:
方法 Methods
确定丢弃策略是否准备好处理图像。 Determines if the discard policy is ready to process images.
返回: Returns:
如果丢弃策略已准备好处理图像,则为 True;否则为假。 True if the discard policy is ready to process images; otherwise, false.
给定一个平铺图像,决定是否丢弃该图像。 Given a tile image, decide whether to discard that image.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
image |
HTMLImageElement | 要测试的图像。 An image to test. |
返回: Returns:
如果图像应该被丢弃,则为 True;否则为假。 True if the image should be discarded; otherwise, false.
